Skip to content

Commit 5e7cf2a

Browse files
committed
Move the touch targets option upwards
1 parent 34af541 commit 5e7cf2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/src/main/res/xml/settings_operation.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
app:defaultValue="none"
2323
app:useSimpleSummaryProvider="true"/>
2424

25+
<SwitchPreference
26+
app:key="touch_targets"
27+
app:title="@string/set_touch_targets"
28+
app:summary="@string/set_touch_targets_help"
29+
app:iconSpaceReserved="false"
30+
app:defaultValue="false"/>
31+
2532
<SwitchPreference
2633
app:key="always_show_favorites"
2734
app:title="@string/set_always_show_favorites"
@@ -42,13 +49,6 @@
4249
app:iconSpaceReserved="false"
4350
app:defaultValue="false"/>
4451

45-
<SwitchPreference
46-
app:key="touch_targets"
47-
app:title="@string/set_touch_targets"
48-
app:summary="@string/set_touch_targets_help"
49-
app:iconSpaceReserved="false"
50-
app:defaultValue="false"/>
51-
5252
<SwitchPreference
5353
app:key="interactive_clock"
5454
app:title="@string/set_interactive_clock"

0 commit comments

Comments
 (0)