Cherish:Lockscreen date styles [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alex
2019-08-06 22:51:31 +05:30
committed by Hưng Phan
parent f7a786a8a0
commit db91782db6
3 changed files with 28 additions and 0 deletions

View File

@@ -395,4 +395,17 @@
<item>9</item>
<item>10</item>
</string-array>
<!-- Lockscreen date styles -->
<string-array name="lockscreen_date_selection_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>
</string-array>
<string-array name="lockscreen_date_selection_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>