Skip to content

Commit

Permalink
Update calendar layout (fixes #78)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf4b1 committed Dec 10, 2023
1 parent 4b4f9dc commit 69e4cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-v23/calendar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/calendar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:showWeekNumber="false" />
2 changes: 1 addition & 1 deletion app/src/main/res/layout/calendar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/calendar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:showWeekNumber="false" />

0 comments on commit 69e4cca

Please sign in to comment.