Skip to content

Commit

Permalink
Defaults should come from pref value
Browse files Browse the repository at this point in the history
  • Loading branch information
theothernt committed Nov 21, 2023
1 parent 1c1f862 commit 8affddd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app/src/main/res/xml/settings_appearance_row_bottom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,23 @@
<ListPreference
app:key="slot_bottom_left2"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot2_title" />

<ListPreference
app:key="slot_bottom_left1"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot1_title" />
</PreferenceCategory>

<PreferenceCategory app:title="@string/category_bottom_row_right">
<ListPreference
app:key="slot_bottom_right2"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot2_title" />

<ListPreference
app:key="slot_bottom_right1"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot1_title" />
</PreferenceCategory>
</PreferenceScreen>
4 changes: 0 additions & 4 deletions app/src/main/res/xml/settings_appearance_row_top.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,23 @@
<ListPreference
app:key="slot_top_left2"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot2_title" />

<ListPreference
app:key="slot_top_left1"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot1_title" />
</PreferenceCategory>

<PreferenceCategory app:title="@string/category_top_row_right">
<ListPreference
app:key="slot_top_right2"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot2_title" />

<ListPreference
app:key="slot_top_right1"
app:summary="@string/appearance_slot_summary"
app:defaultValue="@string/slot_default"
app:title="@string/appearance_slot1_title" />
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 8affddd

Please sign in to comment.