Skip to content

Commit

Permalink
Lockscreen Clock: Adjust slider min and max values
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 9, 2023
1 parent 04594ce commit 87da3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_xposed_lockscreen_clock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
android:stepSize="1"
android:value="100"
android:valueFrom="0"
android:valueTo="400" />
android:valueTo="600" />

</LinearLayout>

Expand Down Expand Up @@ -436,7 +436,7 @@
android:stepSize="1"
android:value="40"
android:valueFrom="0"
android:valueTo="400" />
android:valueTo="600" />

</LinearLayout>

Expand Down

0 comments on commit 87da3e2

Please sign in to comment.