mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-03 07:35:08 +00:00
Add gyro sensitivity pref
This commit is contained in:
committed by
Albert Vaca Cintora
parent
118a35c304
commit
c15469f477
@@ -61,7 +61,14 @@
|
|||||||
android:id="@+id/gyro_mouse_enabled"
|
android:id="@+id/gyro_mouse_enabled"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="@string/gyro_mouse_enabled"
|
android:key="@string/gyro_mouse_enabled"
|
||||||
android:title="Gyro mouse" />
|
android:title="@string/gyro_mouse_enabled_title" />
|
||||||
|
|
||||||
|
<SeekBarPreference
|
||||||
|
android:id="@+id/mousepad_gyro_sensitivity"
|
||||||
|
android:defaultValue="100"
|
||||||
|
android:key="@string/gyro_mouse_sensitivity"
|
||||||
|
android:title="@string/gyro_mouse_sensitivity_title"
|
||||||
|
android:layout_width="wrap_content" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:id="@+id/mousepad_mouse_buttons_enabled_pref"
|
android:id="@+id/mousepad_mouse_buttons_enabled_pref"
|
||||||
|
Reference in New Issue
Block a user