mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 18:07:25 +00:00
Fixed multiple context menus appearing + customizable app menu spacing + renaming view is unscrollable
This commit is contained in:
parent
e453742ce8
commit
5a3012f0f1
10 changed files with 91 additions and 13 deletions
|
|
@ -123,6 +123,24 @@
|
|||
<item>0.21</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="app_spacing_options">
|
||||
<item>Tiny</item>
|
||||
<item>Small</item>
|
||||
<item>Medium</item>
|
||||
<item>Large</item>
|
||||
<item>Extra Large</item>
|
||||
<item>Huge</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="app_spacing_values">
|
||||
<item>0</item>
|
||||
<item>15</item>
|
||||
<item>20</item>
|
||||
<item>25</item>
|
||||
<item>30</item>
|
||||
<item>35</item>
|
||||
</string-array>
|
||||
|
||||
<!--Weather-->
|
||||
<string-array name="temp_units">
|
||||
<item>°C</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue