半透明Activity

<style name="HalfTranslucent" parent="@*android:style/Theme.Translucent" >
        <item name="android:windowBackground">@color/half_tra</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowAnimationStyle">@*android:style/Animation.Translucent</item>
    </style>
<color name="half_tra">#90000000</color>
<activity
           
            android:theme="@style/HalfTranslucent"
          >
        </activity>
發佈了33 篇原創文章 · 獲贊 1 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章