Skip to content

Commit

Permalink
adj: clock size default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Mar 26, 2024
1 parent 27e2f77 commit 88d836f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
app:defaultValueText="@string/array_default"
app:displayDividerValue="20"
app:format="%s dp"
app:maxValue="22"
app:maxValue="32"
app:minValue="14"
app:stepValue="1" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:title="@string/system_ui_statusbar_clock_size"
android:defaultValue="9"
app:defaultValueText="@string/array_default"
app:maxValue="22"
app:maxValue="32"
app:minValue="9"
app:stepValue="1"
app:format="%d dp"
Expand Down

0 comments on commit 88d836f

Please sign in to comment.