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>
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
<integer name="max_columns">4</integer>
|
||||
<integer name="max_columns_land">6</integer>
|
||||
|
||||
<integer name="anim_duration_medium">300</integer>
|
||||
<integer name="anim_duration_medium">200</integer>
|
||||
<integer name="options_height">240</integer>
|
||||
</resources>
|
|
@ -334,6 +334,7 @@
|
|||
<string name="pref_summary_genre_toggle">Toggle genre tab</string>
|
||||
<string name="pref_summary_home_banner">Toggle home banner style</string>
|
||||
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
|
||||
<string name="pref_title_tab_text_mode">Tab titles mode</string>
|
||||
<string name="pref_title_album_grid_style">Album grid</string>
|
||||
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
|
||||
<string name="pref_title_artist_grid_style">Artist grid</string>
|
||||
|
@ -364,6 +365,9 @@
|
|||
<string name="pref_title_extra_controls">Extra controls</string>
|
||||
<string name="pref_title_home_banner">Home banner</string>
|
||||
<string name="pref_title_genre_toggle">Show genre tab</string>
|
||||
<string name="pref_title_home_artist_grid_style">Home artist grid</string>
|
||||
<string name="pref_title_album_cover_transform">Now playing album cover style</string>
|
||||
<string name="cascading">Cascading</string>
|
||||
|
||||
<string name="primary_color">Primary color</string>
|
||||
<string name="primary_color_desc">The primary theme color, defaults to blue grey, for now works with dark colors</string>
|
||||
|
@ -532,4 +536,10 @@
|
|||
<string name="full_card">Full card</string>
|
||||
<string name="profile">Profile</string>
|
||||
<string name="bio">Bio</string>
|
||||
|
||||
|
||||
<string name="auto">Auto</string>
|
||||
<string name="labeled">Labeled</string>
|
||||
<string name="unlabeled">Unlabeled</string>
|
||||
<string name="selected">Selected</string>
|
||||
</resources>
|
||||
|
|
|
@ -59,5 +59,15 @@
|
|||
<item name="android:gravity">center</item>
|
||||
</style>
|
||||
|
||||
<style name="SubTitleTextAppearance" parent="BigTitleTextAppearance">
|
||||
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Subhead</item>
|
||||
<item name="android:layout_gravity">start|center_vertical</item>
|
||||
<item name="android:gravity">start|center_vertical</item>
|
||||
<item name="android:paddingStart">12dp</item>
|
||||
<item name="android:paddingEnd">12dp</item>
|
||||
<item name="android:paddingTop">8dp</item>
|
||||
<item name="android:paddingBottom">8dp</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue