jamfish/app/src/main/res/values/styles.xml
Karim Abou Zeid 32f76f5418 - git (re)init (git structure was corrupted)
- added shuffler and repeat mode
- xxxhdpi icons
- typos
- new styles
- not fully working playing queue [alpha]
2015-01-25 01:05:25 +01:00

32 lines
1.3 KiB
XML

<resources>
<style name="Theme.MaterialMusic" parent="Theme.MaterialMusic.Base">
<!-- Customize your theme here. -->
</style>
<style name="Theme.MaterialMusic.Light" parent="Theme.MaterialMusic.Base.Light">
<!-- Customize your theme here. -->
</style>
<style name="Theme.MaterialMusic.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent"/>
<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:src">@drawable/ic_overflow</item>
<item name="android:scaleType">fitXY</item>
<item name="android:background">?selectableItemBackground</item>
<item name="android:layout_centerVertical">true</item>
<item name="android:focusableInTouchMode">false</item>
<item name="android:focusable">false</item>
</style>
<style name="PlayPauseFab" parent="PlayPauseFabParent"/>
<style name="NotificationButton" parent="NotificationButtonParent">
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
</resources>