Created a setting to switch the sides of volume and brightness
This commit is contained in:
parent
acbb3d01d9
commit
c9b3dfda7e
5 changed files with 41 additions and 3 deletions
|
|
@ -190,6 +190,14 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/switch_gesture_sides_key"
|
||||
android:summary="@string/switch_gesture_sides_summary"
|
||||
android:title="@string/switch_gesture_sides_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="@string/popup_remember_size_pos_key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue