Skip to content

Commit

Permalink
Changed background color for calendar headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Faltenreich committed Aug 29, 2020
1 parent 7999b48 commit cb3a5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_calendar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="?backgroundColorPrimary">
android:background="?backgroundColorSecondary">

<TextView
android:id="@+id/headerMonthLabel"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/list_item_calendar_month.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:background="?backgroundColorSecondary">

<TextView
android:id="@+id/monthLabel"
Expand Down

0 comments on commit cb3a5f0

Please sign in to comment.