国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
Android UI半透明效果的設(shè)置 Translucent | Android夜未眠

Android UI半透明效果的設(shè)置 Translucent

Android為透明效果提供了內(nèi)置的主題:Theme(android:style/Theme.Translucent),如果想實現(xiàn)透明效果,只要為Activity設(shè)置該Theme便可。
如果想實現(xiàn)半透明效果,則只需要繼承android:style/Theme.Translucent,并重寫便可。
繼承android:style/Theme.Translucent并重寫:
<?xml version=”1.0″ encoding=”utf-8″?>
<resources>
<style name=”Theme.Translucent” parent=”android:style/Theme.Translucent”>
<item name=”android:windowBackground”>@color/translucent_background</item>
<item name=”android:colorForeground”>#fff</item>
</style>
</resources>
AndroidMainfest.xml中使用該主題:
<activity android:name=”.Translucent”
android:label=”@string/app_name”
android:theme=”@style/Theme.Translucent”
>
<intent-filter>
<action android:name=”android.intent.action.MAIN” />
<category android:name=”android.intent.category.LAUNCHER” />
</intent-filter>
</activity>
Eclipse工程:下載
效果圖:

半透明效果Eclipse工程下載

 

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Android API Demo研究(3) - 編程 - goandroid
android系統(tǒng)的自帶樣式
Android AppTheme 系統(tǒng)預(yù)設(shè)樣式android:Theme語法整理
android頁面切換效果
Activity 以 Dialog 形式存在
Android 避免APP啟動閃黑屏的解決辦法(Theme和Style)
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服