mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Added vertical alignment options to shortcuts
This commit is contained in:
parent
77fc95b2f4
commit
f872c52893
6 changed files with 57 additions and 1 deletions
|
|
@ -79,6 +79,18 @@
|
|||
<item>right</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="v_alignment_options">
|
||||
<item>Top</item>
|
||||
<item>Center</item>
|
||||
<item>Bottom</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="v_alignment_values">
|
||||
<item>top</item>
|
||||
<item>center</item>
|
||||
<item>bottom</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="size_options">
|
||||
<item>Tiny</item>
|
||||
<item>Small</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue