Cherish:introduce WeatherView Bg Selection [2/2]

Change-Id: I3fd39def305c5dc8afa01cd0600e6aa5ede4da26
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SuperDroidBond
2020-08-15 23:16:51 +05:30
committed by Hưng Phan
parent e9f1e46eb2
commit 7f3e49bcd8
3 changed files with 37 additions and 4 deletions

View File

@@ -905,4 +905,29 @@
<item>34</item>
<item>35</item>
</string-array>
<!-- Lockscreen Weather styles -->
<string-array name="lockscreen_weather_bg_entries" translatable="false">
<item>@string/lockscreen_date_selection_default</item>
<item>@string/lockscreen_date_selection_str_box</item>
<item>@string/lockscreen_date_selection_str_round</item>
<item>@string/lockscreen_date_selection_qbeta_style</item>
<item>@string/lockscreen_date_selection_str_accent</item>
<item>@string/lockscreen_date_selection_str_accent_transparent</item>
<item>@string/lockscreen_date_selection_str_gradient</item>
<item>@string/lockscreen_date_selection_str_border_accent</item>
<item>@string/lockscreen_date_selection_str_border_gradient</item>
</string-array>
<string-array name="lockscreen_weather_bg_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
</string-array>
</resources>

View File

@@ -499,6 +499,7 @@
<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>
<string name="lockscreen_weather_selection_title">WeatherView Background Style</string>
<!-- Data disabled icon -->
<string name="data_disabled_icon_title">Data disabled icon</string>