Skip to content

Commit

Permalink
Header Clock 9: Shorten day of week
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Jul 11, 2024
1 parent af8c710 commit 9a0b21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/preview_header_clock_9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:format12Hour="EEEE, MMM dd"
android:format24Hour="EEEE, dd MMM"
android:format12Hour="EEE, MMM dd"
android:format24Hour="EEE, dd MMM"
android:layout_marginStart="2dp"
android:layout_marginEnd="8dp"
android:singleLine="true"
Expand Down

0 comments on commit 9a0b21a

Please sign in to comment.