Various fixes and improvements
This commit is contained in:
parent
5f0bfdb14b
commit
6b68c17ae2
26 changed files with 142 additions and 121 deletions
|
|
@ -14,11 +14,6 @@
|
|||
android:title="@string/action_shuffle_all"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_sleep_timer"
|
||||
android:title="@string/action_sleep_timer"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_view_as"
|
||||
android:title="@string/action_view_as">
|
||||
|
|
@ -41,6 +36,12 @@
|
|||
</menu>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:orderInCategory="98"
|
||||
android:id="@+id/action_sleep_timer"
|
||||
android:title="@string/action_sleep_timer"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_equalizer"
|
||||
android:orderInCategory="99"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="status_bar_padding">25dp</dimen>
|
||||
<dimen name="navigation_drawer_header_height">165dp</dimen>
|
||||
|
||||
<dimen name="fab_margin_top_left_right">16dp</dimen>
|
||||
<dimen name="fab_margin_bottom">20dp</dimen>
|
||||
<dimen name="tmp_now_playing_skip_rewind_margin">-8dp</dimen>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<color name="materialmusic_music_controller_container_color">@color/grey_300</color>
|
||||
<color name="materialmusic_navigation_drawer_background_color">#fff</color>
|
||||
<color name="materialmusic_separator_color">#0C000000</color>
|
||||
<color name="materialmusic_default_bar_color">@color/grey_500</color>
|
||||
<color name="materialmusic_default_bar_color">@color/grey_400</color>
|
||||
<color name="materialmusic_themed_drawable_color">#8A000000</color>
|
||||
|
||||
<!--dark theme-->
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
<color name="white">#fff</color>
|
||||
|
||||
<color name="grey_300">#e0e0e0</color>
|
||||
<color name="grey_400">#bdbdbd</color>
|
||||
<color name="grey_500">#9e9e9e</color>
|
||||
<color name="grey_800">#424242</color>
|
||||
<color name="grey_900">#212121</color>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue