我試圖做主題,我問自己,是否有可能爲特定的textview提供不同的顏色。安卓主題顏色
例如:在「Theme.One」中,我將在文本視圖「標題」中使用顏色綠色和textview「text1」顏色粉紅色。
的themes.xml
<style name="Theme.One" parent="@android:style/Theme.Light">
<item name="android:background">@color/Azur</item>
<item name="android:textColor">@color/Black</item>
...
</style>
<style name="Theme.Two" parent="@android:style/Theme.Light">
<item name="android:background">@color/Blue</item>
<item name="android:textColor">@color/White</item>
...
</style>
Interface.xml
<TextView
android:text="@string/Title"
android:id="@+id/Title"
android:textSize="25sp" />
<TextView
android:text="@string/text1"
android:id="@+id/text1"
android:textSize="20sp" />
我希望能有很好制定的句子,請多多關照了答案,
阿齊扎