[2/2] OmniControl: old style mobile data indicators
Change-Id: I375009c1ce973b03a53faed0414e6124395fbf55
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 63cae2b..3d2ead7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -34,6 +34,8 @@
<string name="statusbar_settings_category">Status bar</string>
<string name="status_bar_clock_seconds_title">Show clock seconds</string>
<string name="status_bar_clock_seconds_summary">Show seconds on status bar clock</string>
+ <string name="use_old_mobiletype_title">Use old mobile type style</string>
+ <string name="use_old_mobiletype_summary">Merge signal and type icons</string>
<string name="button_settings_title">Buttons</string>
<string name="button_settings_summary">Power and volume button options</string>
diff --git a/app/src/main/res/xml/bars_settings_preferences.xml b/app/src/main/res/xml/bars_settings_preferences.xml
index 34b4a9e..13879d9 100644
--- a/app/src/main/res/xml/bars_settings_preferences.xml
+++ b/app/src/main/res/xml/bars_settings_preferences.xml
@@ -21,6 +21,12 @@
android:title="@string/status_bar_alarm_title"
android:summary="@string/status_bar_alarm_summary"
android:defaultValue="false" />
+
+ <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
+ android:key="use_old_mobiletype"
+ android:title="@string/use_old_mobiletype_title"
+ android:summary="@string/use_old_mobiletype_summary"
+ android:defaultValue="false" />
</PreferenceCategory>