开发者

Theme and Style in Android

Can any one tell me how to 开发者_运维知识库apply theme and style in android.


Did you look at the tutorial? http://developer.android.com/guide/topics/ui/themes.html

Basically, add your styles like this.

<TextView
    style="@style/CodeFont"
    android:text="@string/hello" />

and your themes like this

<application android:theme="@style/CustomTheme">
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜