Cherish:add WeatherView Alignment options [2/2]

Change-Id: Ia1597be61ed15ac578f3062fe399ab58c824c9c8
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SuperDroidBond
2020-08-11 16:24:38 +05:30
committed by Hưng Phan
parent 60a7b23d9f
commit e9f1e46eb2
2 changed files with 10 additions and 0 deletions

View File

@@ -498,6 +498,7 @@
<string name="lock_item_center">Center Aligned</string>
<string name="lock_item_right">Right Aligned</string>
<string name="lockscreen_item_padding_title">Lockscreen Items Padding</string>
<string name="lockscreen_weather_alignment_title">LS Weather Alignment</string>
<!-- Data disabled icon -->
<string name="data_disabled_icon_title">Data disabled icon</string>

View File

@@ -186,6 +186,15 @@
android:summary="%s"
android:defaultValue="1" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_weather_alignment"
android:title="@string/lockscreen_weather_alignment_title"
android:dialogTitle="@string/lockscreen_weather_alignment_title"
android:entries="@array/lockscreen_item_alignment_entries"
android:entryValues="@array/lockscreen_item_alignment_values"
android:summary="%s"
android:defaultValue="1" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lock_ownerinfo_alignment"
android:title="@string/lockscreen_ownerinfo_alignment_title"