开发者

Theme and Style in Android

开发者 https://www.devze.com 2023-02-06 20:13 出处:网络
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

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

精彩评论

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