2012-01-04 89 views
3

任何人都可以告訴我如何更改月份的顏色在calendarview,找不到styles.xml(機器人主題)任何合理attributs改變from--變化monthcolor(安卓)

代碼:

<style name="Theme" parent="@android:style/Theme.Holo"> 
<item name="android:calendarViewStyle">@style/Calendar</item> 
</style> 

<style name="Calendar" parent="@android:style/Widget.Holo.CalendarView"> 
<item name="android:weekNumberColor">#66FFFFFF</item> 
<item name="android:weekDayTextAppearance">@style/weekDays</item> 
</style> 

<style name="weekDays"> 
<item name="android:textColor">#66FFFFFF</item> 
</style> 
+0

可能的複製[設置日曆視圖月份名稱的文本顏色(HTTP://計算器。 COM /問題/ 13411685 /設置的文本顏色型的,日曆視圖個月的名稱) – 1615903 2016-08-03 09:59:51

回答

1
android:theme="@style/testTheme" 

使用該主題或具有父爲這個主題自定義主題。

爲了使白

要選擇除白色變化的其他顏色使用以下

android:textColorPrimary="@color/yourColor"