读书人

自定义正题theme

发布时间: 2012-09-28 00:03:35 作者: rapoo

自定义主题theme
自定义主题很容易,先建一个res/values/styles.xml文件,再到这个文件中加入主题样式文件。style标签还可以继承,可以继承父类中的所有的元素。

代码如下:

<resources><style name="Theme.CustomDialog" parent="android:style/Theme.Dialog"><item name="android:windowBackground">@drawable/filled_box</item></style></resources>

读书人网 >移动开发

热点推荐