v2.0.00
This commit is contained in:
parent
a8dfe106bb
commit
3d7ba2afc6
193 changed files with 3667 additions and 2662 deletions
|
@ -1,11 +1,37 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
|
||||
<array name="pref_album_cover_transform_entities">
|
||||
<item>@string/normal</item>
|
||||
<item>@string/cascading</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_album_cover_transform_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_tab_text_mode_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<array name="pref_auto_download_images_titles">
|
||||
<item>@string/always</item>
|
||||
<item>@string/only_on_wifi</item>
|
||||
<item>@string/never</item>
|
||||
</array>
|
||||
|
||||
<array name="pref_tab_text_mode_titles">
|
||||
<item>@string/auto</item>
|
||||
<item>@string/labeled</item>
|
||||
<item>@string/selected</item>
|
||||
<item>@string/unlabeled</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_general_theme_list_titles">
|
||||
<item>@string/light_theme_name</item>
|
||||
<item>@string/dark_theme_name</item>
|
||||
|
@ -37,6 +63,21 @@
|
|||
<item>@layout/image</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_home_grid_style_list_titles">
|
||||
<item>@string/circular</item>
|
||||
<item>@string/card_color_style</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_home_grid_style_list_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
|
||||
<array name="pref_home_grid_style_layout">
|
||||
<item>@layout/item_artist</item>
|
||||
<item>@layout/item_artist_sqaure</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_general_theme_list_values">
|
||||
<item>light</item>
|
||||
<item>dark</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue