Cherish:Introduce lockscreen clock/date styles [2/2]

Change-Id: I4f2693846bacc218c4c00c20b146841e79daa821
This commit is contained in:
Alex
2020-01-04 01:48:37 -05:00
committed by Hung Phan
parent 8583c3f3db
commit 25f6c89cad
4 changed files with 48 additions and 0 deletions

View File

@@ -40,5 +40,22 @@
<item>6</item>
<item>7</item>
</string-array>
<!-- Lockscreen clock style -->
<string-array name="lockscreen_clock_titles">
<item>@string/lockscreen_clock_hide</item>
<item>@string/lockscreen_clock_default</item>
<item>@string/lockscreen_clock_default_bold</item>
<item>@string/lockscreen_clock_sammy</item>
<item>@string/lockscreen_clock_sammy_bold</item>
</string-array>
<string-array name="lockscreen_clock_values">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
</string-array>
</resources>