Date styles: add Q beta pill [2/2]

Signed-off-by: AnkitGourav <Ankitgourav035@gmail.com>
This commit is contained in:
ElDainosor
2019-08-06 22:54:09 +05:30
committed by Hung Phan
parent ace7f655fa
commit ff520453d0
2 changed files with 3 additions and 0 deletions

View File

@@ -73,12 +73,14 @@
<item>@string/lockscreen_date_selection_default</item> <item>@string/lockscreen_date_selection_default</item>
<item>@string/lockscreen_date_selection_str_box</item> <item>@string/lockscreen_date_selection_str_box</item>
<item>@string/lockscreen_date_selection_str_round</item> <item>@string/lockscreen_date_selection_str_round</item>
<item>@string/lockscreen_date_selection_qbeta_style</item>
</string-array> </string-array>
<string-array name="lockscreen_date_selection_values" translatable="false"> <string-array name="lockscreen_date_selection_values" translatable="false">
<item>0</item> <item>0</item>
<item>1</item> <item>1</item>
<item>2</item> <item>2</item>
<item>3</item>
</string-array> </string-array>
</resources> </resources>

View File

@@ -101,5 +101,6 @@
<string name="lockscreen_date_selection_default">Default</string> <string name="lockscreen_date_selection_default">Default</string>
<string name="lockscreen_date_selection_str_box">Semi-transparent box</string> <string name="lockscreen_date_selection_str_box">Semi-transparent box</string>
<string name="lockscreen_date_selection_str_round">Semi-transparent box (round)</string> <string name="lockscreen_date_selection_str_round">Semi-transparent box (round)</string>
<string name="lockscreen_date_selection_qbeta_style">Q Beta pill</string>
</resources> </resources>