mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 18:07:25 +00:00
Added customizable animation speed and some xml comments
This commit is contained in:
parent
3b3f9d716a
commit
54960318b3
7 changed files with 94 additions and 42 deletions
|
|
@ -1,17 +1,6 @@
|
|||
<resources>
|
||||
|
||||
<string-array name="shortcut_options">
|
||||
<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>
|
||||
</string-array>
|
||||
|
||||
<!--General UI-->
|
||||
<string-array name="bg_options">
|
||||
<item>Transparent</item>
|
||||
<item>Black</item>
|
||||
|
|
@ -36,6 +25,35 @@
|
|||
<item>#FF0C0C0C</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="animation_options">
|
||||
<item>0.25x</item>
|
||||
<item>0.5x</item>
|
||||
<item>1x</item>
|
||||
<item>2x</item>
|
||||
<item>4x</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="animation_values">
|
||||
<item>800</item>
|
||||
<item>400</item>
|
||||
<item>200</item>
|
||||
<item>100</item>
|
||||
<item>50</item>
|
||||
</string-array>
|
||||
|
||||
<!--Home and App Menu-->
|
||||
<string-array name="shortcut_options">
|
||||
<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>
|
||||
</string-array>
|
||||
|
||||
<string-array name="h_alignment_options">
|
||||
<item>Left</item>
|
||||
<item>Center</item>
|
||||
|
|
@ -60,6 +78,7 @@
|
|||
<item>large</item>
|
||||
</string-array>
|
||||
|
||||
<!--Weather-->
|
||||
<string-array name="temp_units">
|
||||
<item>°C</item>
|
||||
<item>°F</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue