Skip to content

Commit

Permalink
res: limit y offset max from 20 to 50
Browse files Browse the repository at this point in the history
when offset y to 50 on home, we can make a home handle raise effect.

Signed-off-by: Art_Chen <[email protected]>
  • Loading branch information
Art-Chen committed Oct 11, 2024
1 parent 18c78f6 commit 68514be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/xml/home_handle_anim_pref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
app:updatesContinuously="true"
app:title="@string/home_handle_offset_x_title" />
<SeekBarPreference
android:max="20"
android:max="50"
app:key="home_handle_setting_offsety_normal"
app:defaultValue="0"
app:min="-15"
Expand Down Expand Up @@ -89,7 +89,7 @@
app:updatesContinuously="true"
app:title="@string/home_handle_offset_x_title" />
<SeekBarPreference
android:max="20"
android:max="50"
app:key="home_handle_setting_offsety_pressed"
app:defaultValue="0"
app:min="-15"
Expand Down Expand Up @@ -147,7 +147,7 @@
app:updatesContinuously="true"
app:title="@string/home_handle_offset_x_title" />
<SeekBarPreference
android:max="20"
android:max="50"
app:key="home_handle_setting_offsety_home"
app:defaultValue="0"
app:min="-15"
Expand Down

0 comments on commit 68514be

Please sign in to comment.