| Index: blimp/client/app/android/java/res/xml/blimp_preferences.xml
|
| diff --git a/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml b/blimp/client/app/android/java/res/xml/blimp_preferences.xml
|
| similarity index 63%
|
| copy from blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
|
| copy to blimp/client/app/android/java/res/xml/blimp_preferences.xml
|
| index 30cf166d96474d40f4fd1c41a8c043bde35fa1c5..97dc6025cde9a9c93369f4b01a33406cc1d26199 100644
|
| --- a/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
|
| +++ b/blimp/client/app/android/java/res/xml/blimp_preferences.xml
|
| @@ -4,13 +4,10 @@
|
| found in the LICENSE file. -->
|
|
|
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:title="@string/about_blimp_preferences">
|
| - <Preference
|
| - android:key="application_version"
|
| - android:title="@string/application_version_title" />
|
| - <Preference
|
| - android:key="os_version"
|
| - android:title="@string/os_version_title" />
|
| + android:title="@string/blimp_about_blimp_preferences">
|
| + <SwitchPreference
|
| + android:key="blimp_switch"
|
| + android:title="@string/blimp_switch" />
|
| <Preference
|
| android:key="blimp_engine_ip"
|
| android:title="@string/blimp_engine_ip" />
|
| @@ -20,6 +17,6 @@
|
| <ListPreference
|
| android:key="blimp_assigner_url"
|
| android:title="@string/blimp_assigner_url"
|
| - android:entries="@array/assigner_envs"
|
| - android:entryValues="@array/assigner_urls" />
|
| + android:entries="@array/blimp_assigner_envs"
|
| + android:entryValues="@array/blimp_assigner_urls" />
|
| </PreferenceScreen>
|
|
|