mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Updated gradle and added customization to Shortcut Spacing
This commit is contained in:
parent
b47fa4b48c
commit
e453742ce8
6 changed files with 57 additions and 1 deletions
|
|
@ -105,6 +105,24 @@
|
|||
<item>extra</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="shortcut_spacing_options">
|
||||
<item>Small</item>
|
||||
<item>Medium</item>
|
||||
<item>Large</item>
|
||||
<item>Extra Large</item>
|
||||
<item>Huge</item>
|
||||
<item>Extra Huge</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="shortcut_spacing_values">
|
||||
<item>0.06</item>
|
||||
<item>0.09</item>
|
||||
<item>0.12</item>
|
||||
<item>0.15</item>
|
||||
<item>0.18</item>
|
||||
<item>0.21</item>
|
||||
</string-array>
|
||||
|
||||
<!--Weather-->
|
||||
<string-array name="temp_units">
|
||||
<item>°C</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue