Added option to use the new or the old user interface
This commit is contained in:
@@ -560,4 +560,6 @@
|
||||
<string name="tab_text_2">Tab 2</string>
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
<string name="use_new_ui_summary">Use new swipeable user interface</string>
|
||||
<string name="use_new_ui_title">Use New User Interface</string>
|
||||
</resources>
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
android:entryValues="@array/datasource_list_values"
|
||||
android:defaultValue="Phone"
|
||||
android:dialogTitle="@string/select_datasource_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="UseNewUi"
|
||||
android:summary="@string/use_new_ui_summary"
|
||||
android:title="@string/use_new_ui_title" />
|
||||
<!--
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
|
||||
Reference in New Issue
Block a user