Cherish:Introduce QS tile style picker [2/3]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
calebcabob
2021-01-27 14:51:51 +07:00
committed by Hưng Phan
parent 142ccc57c0
commit d3b87dc73e
4 changed files with 88 additions and 1 deletions

View File

@@ -1156,4 +1156,47 @@
<item>6</item>
<item>7</item>
</string-array>
<!-- QS tile styles -->
<string-array name="qs_selector_entries" translatable="false">
<item>@string/qstile_default</item>
<item>@string/qstile_circle_trim</item>
<item>@string/qstile_dual_tone_circle</item>
<item>@string/qstile_squircle_trim</item>
<item>@string/qstile_wavey</item>
<item>@string/qstile_pokesign</item>
<item>@string/qstile_ninja</item>
<item>@string/qstile_dottedcircle</item>
<item>@string/qstile_attemptmountain</item>
<item>@string/qstile_squaremedo</item>
<item>@string/qstile_inkdrop</item>
<item>@string/qstile_cookie</item>
<item>@string/qstile_circleoutline</item>
<item>@string/qstile_cosmos</item>
<item>@string/qstile_divided</item>
<item>@string/qstile_neonlike</item>
<item>@string/qstile_oos</item>
<item>@string/qstile_triangles</item>
</string-array>
<string-array name="qs_selector_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
<item>11</item>
<item>12</item>
<item>13</item>
<item>14</item>
<item>15</item>
<item>16</item>
<item>17</item>
</string-array>
</resources>