mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
Limit sensitivity setting to be between 0 and 4
This commit is contained in:
parent
40322bf5ca
commit
cd2a9ed619
2 changed files with 4 additions and 3 deletions
|
@ -212,7 +212,8 @@
|
|||
android:id="@+id/settings_seekbar_sensitivity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:progress="50" />
|
||||
android:max="4"
|
||||
android:progress="2" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue