Added option to use the new or the old user interface

This commit is contained in:
Graham Jones
2023-10-04 22:38:31 +01:00
parent 26f181309a
commit 4ae42ab338
5 changed files with 41 additions and 7 deletions

View File

@@ -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"