mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +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>
|
||||
|
|
|
|||
|
|
@ -5,12 +5,14 @@
|
|||
|
||||
<string name="shortcut_default">App</string>
|
||||
|
||||
<!--App Menu Titles-->
|
||||
<string name="select_an_app">Select an app</string>
|
||||
<string name="unhide_an_app">Unhide an app</string>
|
||||
<string name="find_your_city">Find your city</string>
|
||||
|
||||
<string name="search">Search…</string>
|
||||
|
||||
<!--Action Menu Items-->
|
||||
<string name="reset">Reset</string>
|
||||
<string name="info">Info</string>
|
||||
<string name="uninstall">Uninstall</string>
|
||||
|
|
@ -18,6 +20,7 @@
|
|||
<string name="hide">Hide</string>
|
||||
<string name="close">Close</string>
|
||||
|
||||
<!--About Page Items-->
|
||||
<string name="app_icon">App Icon</string>
|
||||
<string name="creditName">By Otto Petäjä</string>
|
||||
<string name="source_code">Source Code</string>
|
||||
|
|
@ -28,19 +31,17 @@
|
|||
<string name="liberapay">Liberapay</string>
|
||||
<string name="weather_data_credit">Weather data by Open-Meteo.com\n(CC BY 4.0)</string>
|
||||
|
||||
<!--About page links-->
|
||||
<string name="my_website_link"><![CDATA[by <a href="https://ottop.eu">Otto Petäjä</a>]]></string>
|
||||
|
||||
<string name="codeberg_link"><![CDATA[<a href="https://codeberg.org/ottoptj/yamlauncher">Codeberg</a>]]></string>
|
||||
<string name="github_link"><![CDATA[<a href="https://github.com">GitHub</a>]]></string>
|
||||
|
||||
<string name="libera_link"><![CDATA[<a href="https://github.com">Liberapay</a><br>(recurring)]]></string>
|
||||
<string name="stripe_link"><![CDATA[<a href="https://codeberg.org/ottoptj/yamlauncher">Stripe</a><br>(one-time)]]></string>
|
||||
|
||||
<string name="weather_link"><![CDATA[Weather data by <a href="https://open-meteo.com/">Open-Meteo.com</a><br>(<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>)]]></string>
|
||||
|
||||
<!--Location Selector Items-->
|
||||
<string name="location_link"><![CDATA[Location data by <a href="https://open-meteo.com/">Open-Meteo.com</a> (<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>)]]></string>
|
||||
<string name="region_text">%1$s%2$s</string>
|
||||
|
||||
<string name="accessibility_service_description">The permission is required for double tap to work for locking the screen.\n\nIt is only needed if you want to use the double tap to lock screen feature in YAM Launcher.</string>
|
||||
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue