'Calendar view change the text colour of selected date stuck as black
I have this CalendarView , I changed all colour parts of it ,I only have the selected date's text I can't seem to find a way to change .
<CalendarView
android:id="@+id/cvEvent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/Test"
android:weekDayTextAppearance="@style/CalenderViewWeekCustomText"
app:type="one_day_picker" />
<style name="Test" parent="Theme.AppCompat">
<item name="colorAccent">@color/colorAccent</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="android:textColorPrimary">@color/red</item>
</style>
I want my selected Date text to be white
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
