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

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
ElDainosor
2019-08-06 22:54:09 +05:30
committed by Hưng Phan
parent db91782db6
commit fdd773412c
2 changed files with 3 additions and 0 deletions

View File

@@ -401,11 +401,13 @@
<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>
</string-array>
<string-array name="lockscreen_date_selection_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>

View File

@@ -473,4 +473,5 @@
<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_round">Semi-transparent box (round)</string>
<string name="lockscreen_date_selection_qbeta_style">Q Beta pill</string>
</resources>