Bring back default tab feature
This time with navigation components Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -42,6 +42,20 @@
|
||||
app:key="PREFERENCE_APP_LANGUAGE"
|
||||
app:title="@string/app_language" />
|
||||
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:singleLineTitle="false"
|
||||
app:title="@string/pref_ui_layout" />
|
||||
|
||||
<com.aurora.store.view.custom.preference.AuroraListPreference
|
||||
app:defaultValue="0"
|
||||
app:entries="@array/pref_default_tab"
|
||||
app:entryValues="@array/pref_default_tab_values"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="PREFERENCE_DEFAULT_SELECTED_TAB"
|
||||
app:title="@string/pref_ui_layout_tab"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:singleLineTitle="false"
|
||||
|
||||
Reference in New Issue
Block a user