Added bottom main-tabs feature
This commit is contained in:
parent
aab5d6d849
commit
8ce96101c1
4 changed files with 50 additions and 0 deletions
|
|
@ -241,6 +241,9 @@
|
|||
<string name="caption_settings_key">caption_settings_key</string>
|
||||
<string name="caption_user_set_key">caption_user_set_key</string>
|
||||
|
||||
<!-- Main-Tabs Position -->
|
||||
<string name="main_tabs_position_key">main_tabs_position</string>
|
||||
|
||||
<!-- Content & History -->
|
||||
<string name="show_search_suggestions_key">show_search_suggestions</string>
|
||||
<string name="show_local_search_suggestions_key">show_local_search_suggestions</string>
|
||||
|
|
|
|||
|
|
@ -213,6 +213,8 @@
|
|||
<string name="delete_search_history_alert">Delete entire search history?</string>
|
||||
<string name="search_history_deleted">Search history deleted</string>
|
||||
<string name="fast_mode">Fast mode</string>
|
||||
<string name="main_tabs_position_summary">Change the position of the main tabs</string>
|
||||
<string name="main_tabs_position_title">Main Tabs Position</string>
|
||||
<!-- error strings -->
|
||||
<string name="general_error">Error</string>
|
||||
<string name="download_to_sdcard_error_title">External storage unavailable</string>
|
||||
|
|
|
|||
|
|
@ -66,4 +66,12 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/main_tabs_position_key"
|
||||
android:summary="@string/main_tabs_position_summary"
|
||||
android:title="@string/main_tabs_position_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue