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
|
|
@ -13,9 +13,9 @@
|
|||
<style name="Theme.MaterialMusic.Notification.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
|
||||
|
||||
<style name="OverFlowButton">
|
||||
<item name="android:padding">20dp</item>
|
||||
<item name="android:layout_width">64dp</item>
|
||||
<item name="android:layout_height">64dp</item>
|
||||
<item name="android:padding">12dp</item>
|
||||
<item name="android:layout_width">48dp</item>
|
||||
<item name="android:layout_height">48dp</item>
|
||||
<item name="android:src">@drawable/ic_overflow</item>
|
||||
<item name="android:scaleType">fitXY</item>
|
||||
<item name="android:background">?selectableItemBackground</item>
|
||||
|
|
@ -24,6 +24,14 @@
|
|||
<item name="android:focusable">false</item>
|
||||
</style>
|
||||
|
||||
<style name="PlayingIndicator">
|
||||
<item name="android:layout_width">36dp</item>
|
||||
<item name="android:layout_height">36dp</item>
|
||||
<item name="android:padding">8dp</item>
|
||||
<item name="android:layout_gravity">center</item>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="PlayPauseFab" parent="PlayPauseFabParent"/>
|
||||
|
||||
<style name="NotificationButton" parent="NotificationButtonParent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue