Skip to content

Commit

Permalink
Lockscreen Clock: Fix 24 hours format for style 1
Browse files Browse the repository at this point in the history
Signed-off-by: DrDisagree <[email protected]>
  • Loading branch information
Mahmud0808 committed Sep 17, 2024
1 parent 1081897 commit ff1ea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/preview_lockscreen_clock_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_height="wrap_content"
android:fontFamily="@*android:string/config_clockFontFamily"
android:format12Hour="hh"
android:format24Hour="hh"
android:format24Hour="HH"
android:gravity="center"
android:includeFontPadding="false"
android:tag="accent1|nolineheight"
Expand Down

0 comments on commit ff1ea72

Please sign in to comment.