Confirm to exit.

This commit is contained in:
Alex Ning
2020-02-02 10:37:35 +08:00
parent 5d74aa4548
commit b09701918f
9 changed files with 70 additions and 3 deletions

View File

@@ -41,4 +41,9 @@
app:key="show_divider_in_compact_layout"
app:title="@string/settings_show_divider_in_compact_layout" />
<SwitchPreference
app:defaultValue="false"
app:key="show_top_level_comments_first"
app:title="@string/settings_show_top_level_comments_first_title" />
</PreferenceScreen>

View File

@@ -44,8 +44,9 @@
<SwitchPreference
app:defaultValue="false"
app:key="show_top_level_comments_first"
app:title="@string/settings_show_top_level_comments_first_title" />
app:key="confirm_to_exit"
app:icon="@drawable/ic_exit_24dp"
app:title="@string/settings_confirm_to_exit" />
<ListPreference
app:defaultValue="2.5"