v2.2.00
This commit is contained in:
parent
a531a1e723
commit
ca4e9e7ef0
194 changed files with 1286 additions and 2256 deletions
|
@ -51,6 +51,7 @@
|
|||
<item>@string/card_color_style</item>
|
||||
<item>@string/card_circular_style</item>
|
||||
<item>@string/image</item>
|
||||
<item>@string/image_gradient</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_grid_style_list_values">
|
||||
|
@ -59,6 +60,7 @@
|
|||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<array name="pref_grid_style_layout">
|
||||
|
@ -67,6 +69,7 @@
|
|||
<item>@layout/item_card_color</item>
|
||||
<item>@layout/item_grid_circle</item>
|
||||
<item>@layout/image</item>
|
||||
<item>@layout/item_image_gradient</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_home_grid_style_list_titles">
|
||||
|
@ -203,4 +206,5 @@
|
|||
<item>1</item>
|
||||
</string-array>
|
||||
|
||||
<string name="image_gradient">Gradient image</string>
|
||||
</resources>
|
|
@ -1,6 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<declare-styleable name="CollapsingFAB">
|
||||
<attr name="shuffleBackgroundColor" format="color" />
|
||||
<attr name="showTitle" format="boolean" />
|
||||
</declare-styleable>
|
||||
<attr name="roundSelector" format="reference" />
|
||||
<attr name="rectSelector" format="reference" />
|
||||
<attr name="rectSelectorStrong" format="reference" />
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<item name="action_song_sort_order_album" type="id" />
|
||||
<item name="action_song_sort_order_year" type="id" />
|
||||
<item name="action_song_sort_order_date" type="id" />
|
||||
<item name="action_song_sort_composer" type="id" />
|
||||
|
||||
<item name="action_multi_select_adapter_check_all" type="id" />
|
||||
</resources>
|
|
@ -552,7 +552,7 @@
|
|||
<string name="pref_keep_pause_on_zero_volume_summary">Pause playing on zero and plays after raise volume. Warning when you increase the volume it starts playing even your outside the app</string>
|
||||
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
|
||||
<string name="whats_new">What\'s New</string>
|
||||
<string name="composer">Composer</string>
|
||||
|
||||
<string name="suggestion_songs">Suggestions</string>
|
||||
<string name="fit">Fit</string>
|
||||
</resources>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</style>
|
||||
|
||||
<style name="BigTitleTextAppearance">
|
||||
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Title</item>
|
||||
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Headline6</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="fontPath">@string/circular_std_black</item>
|
||||
|
@ -76,5 +76,18 @@
|
|||
<item name="android:textStyle">bold</item>
|
||||
</style>
|
||||
|
||||
<style name="MaterialShuffleButtonStyle" parent="Widget.MaterialComponents.Button.Icon">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layout_margin">16dp</item>
|
||||
<item name="android:text">@string/action_shuffle_all</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
<item name="cornerRadius">25dp</item>
|
||||
<item name="android:padding">16dp</item>
|
||||
<item name="icon">@drawable/ic_shuffle_white_24dp</item>
|
||||
<item name="backgroundTint">@color/md_red_400</item>
|
||||
<item name="iconGravity">start</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue