Android Dialog背景全透明无边框 Theme Style

来源:互联网 发布:淘宝网怎么代理商品 编辑:程序博客网 时间:2024/05/16 07:40

<style name="Translucent_NoTitle" parent="android:style/Theme.Dialog"><item name="android:windowNoTitle">true</item><item name="android:background">#00000000</item><item name="android:windowBackground">@android:color/transparent</item><item name="android:colorBackgroundCacheHint">@null</item><item name="android:windowIsTranslucent">true</item></style>

 

经验:

可以到Android源码目录frameworks\base\core\res\res\values\styles.xml & themes.xml参考更多的系统主题实现自己需要的风格。

0 0
原创粉丝点击