Cherish: allow switch to pre P mobile icon style [2/2]
Change-Id: I83c6d5fc157ba6d28da33a883a8b7f8c3971f41a
This commit is contained in:
@@ -226,4 +226,7 @@
|
||||
<string name="battery_light_medium_color">Pin trung bình</string>
|
||||
<string name="battery_light_full_color">Gần đầy pin</string>
|
||||
<string name="battery_light_reallyfull_color">Pin đầy (100%)</string>
|
||||
<!-- Old MobileType Toggle -->
|
||||
<string name="use_old_mobiletype_title">Sử dụng kiểu di động cũ</string>
|
||||
<string name="use_old_mobiletype_summary">Hợp nhất các tín hiệu và loại biểu tượng</string>
|
||||
</resources>
|
||||
|
||||
@@ -254,5 +254,9 @@
|
||||
<string name="battery_light_medium_color">Medium battery</string>
|
||||
<string name="battery_light_full_color">Almost full battery</string>
|
||||
<string name="battery_light_reallyfull_color">Full (100) battery</string>
|
||||
|
||||
<!-- Old MobileType Toggle -->
|
||||
<string name="use_old_mobiletype_title">Use old mobile type style</string>
|
||||
<string name="use_old_mobiletype_summary">Merge signal and type icons</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -19,11 +19,17 @@
|
||||
android:key="status_bar_icons"
|
||||
android:title="@string/status_bar_system_icons_title">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_fourg_icon"
|
||||
android:title="@string/show_fourg_icon_title"
|
||||
android:summary="@string/show_fourg_icon_summary"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="use_old_mobiletype"
|
||||
android:title="@string/use_old_mobiletype_title"
|
||||
android:summary="@string/use_old_mobiletype_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="volte_icon"
|
||||
|
||||
Reference in New Issue
Block a user