Design changes
- changed some style elements - playing queue now much better looking
This commit is contained in:
parent
594a328311
commit
0c3b78eca0
3 changed files with 23 additions and 15 deletions
|
|
@ -7,14 +7,6 @@
|
|||
android:descendantFocusability="blocksDescendants"
|
||||
android:orientation="horizontal"
|
||||
>
|
||||
|
||||
<ImageView
|
||||
android:layout_gravity="center"
|
||||
android:id="@id/album_art"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginLeft="16dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/song_title"
|
||||
android:layout_width="0dp"
|
||||
|
|
@ -26,6 +18,12 @@
|
|||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/playing_indicator"
|
||||
style="@style/PlayingIndicator"
|
||||
android:layout_marginRight="-8dp"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/menu"
|
||||
style="@style/OverFlowButton"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue