Bring back default tab feature
This time with navigation components Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -167,6 +167,18 @@
|
||||
<item>@string/about_fdroid_summary</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_default_tab">
|
||||
<item>@string/title_apps</item>
|
||||
<item>@string/title_games</item>
|
||||
<item>@string/title_updates</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_default_tab_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="filterRatingValues" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1.0</item>
|
||||
|
||||
@@ -367,4 +367,6 @@
|
||||
<string name="failed_generating_session">Failed to generate session, error code: <xliff:g id="status_code">%1$d</xliff:g></string>
|
||||
<string name="check_connectivity">Check internet connectivity</string>
|
||||
<string name="app_language">App Language</string>
|
||||
<string name="pref_ui_layout">Layout</string>
|
||||
<string name="pref_ui_layout_tab">Select default tab</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user