Round selector

- added round selector for Lollipop and below lollipop
This commit is contained in:
Karim Abou Zeid 2015-02-15 14:19:10 +01:00
commit 585d959e3d
20 changed files with 86 additions and 15 deletions

View file

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="notification_buttons_tint">#de000000</color>
<color name="button_selected">#D0D0D0</color>
<color name="button_selected_dark">#88FFFFFF</color>
</resources>

View file

@ -1,11 +1,11 @@
<resources>
<style name="Theme.MaterialMusic" parent="Theme.MaterialMusic.Base">
<!-- Customize your theme here. -->
<item name="round_selector">@drawable/round_ripple_selector_dark</item>
</style>
<style name="Theme.MaterialMusic.Light" parent="Theme.MaterialMusic.Base.Light">
<!-- Customize your theme here. -->
<!--<item name="round_selector">@drawable/round_ripple_selector</item>-->
</style>
<style name="Theme.MaterialMusic.Notification" parent="@android:style/TextAppearance.Material.Notification"/>