add Bootleg's Date styles [2/2]

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

View File

@@ -74,6 +74,11 @@
<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_date_selection_values" translatable="false">
@@ -81,6 +86,11 @@
<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

@@ -102,5 +102,10 @@
<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>
<string name="lockscreen_date_selection_str_accent">Rounded, simple and with accent</string>
<string name="lockscreen_date_selection_str_accent_transparent">Rounded, transparent and with accent</string>
<string name="lockscreen_date_selection_str_gradient">Gradient</string>
<string name="lockscreen_date_selection_str_border_accent">Dark with accented borders</string>
<string name="lockscreen_date_selection_str_border_gradient">Dark with gradient borders</string>
</resources>