Add option to disable the gesture controls of the player
This commit is contained in:
parent
f0761cc95e
commit
c00e694d40
4 changed files with 14 additions and 0 deletions
|
|
@ -56,6 +56,13 @@
|
|||
android:title="@string/use_old_player_title"
|
||||
android:summary="@string/use_old_player_summary"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/player_gesture_controls_key"
|
||||
android:title="@string/player_gesture_controls_title"
|
||||
android:summary="@string/player_gesture_controls_summary"
|
||||
android:defaultValue="true"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue