2011-01-25 14 views

答えて

3

チュートリアルを見ましたか? http://developer.android.com/guide/topics/ui/themes.html

基本的に、このようなスタイルを追加します。

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

この

<application android:theme="@style/CustomTheme"> 
のようなあなたのテーマ