Clean ups
This commit is contained in:
parent
65c879d64e
commit
3bc0059989
22 changed files with 197 additions and 83 deletions
|
|
@ -8,7 +8,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="164dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:scrollbars="none" />
|
||||
|
||||
<View
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="104dp"
|
||||
android:layout_height="148dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
app:cardBackgroundColor="?default_bar_color"
|
||||
app:elevation="3dp"
|
||||
android:foreground="?rect_selector">
|
||||
android:layout_marginRight="8dp"
|
||||
android:foreground="?rect_selector"
|
||||
app:cardBackgroundColor="?card_color"
|
||||
app:elevation="3dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -25,8 +25,7 @@
|
|||
<LinearLayout
|
||||
android:id="@+id/footer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?card_color">
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:background="?card_color"
|
||||
android:elevation="2dp"
|
||||
android:foreground="?rect_selector"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:background="?card_color"
|
||||
android:elevation="2dp"
|
||||
android:foreground="?rect_selector"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@
|
|||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_clear_playlist"
|
||||
android:title="@string/action_clear_playlist"
|
||||
android:id="@+id/action_playing_queue"
|
||||
android:title="@string/action_playing_queue"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_playing_queue"
|
||||
android:title="@string/action_playing_queue"
|
||||
android:id="@+id/action_clear_playlist"
|
||||
android:title="@string/action_clear_playlist"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<item name="check_mark_color">@color/grey_900</item>
|
||||
|
||||
<item name="default_bar_color">@color/materialmusic_dark_default_bar_color</item>
|
||||
<item name="card_color">@color/materialmusic_dark_default_bar_color</item>
|
||||
<item name="card_color">@color/grey_800</item>
|
||||
|
||||
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat</item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue