我在我的应用程序中使用了android CalendarView。所有文字颜色均为白色。我的背景也是白色的。所以日历不清楚。经过我的研究,我改变了focusmonthdatecolor和unfocusmonthcolor。但日历标题和周名(即S M T W T F S)仍然是白色。请帮我解决这个问题。
<android.widget.CalendarView
android:id="@+id/calendarView1"
android:theme ="@style/Theme.Custom"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="#000000"
android:focusedMonthDateColor="#000000"
android:unfocusedMonthDateColor="#aaaaaa"
android:layout_marginTop="10dp"
android:showWeekNumber="false"/>