Added rect selector global

This commit is contained in:
Karim Abou Zeid 2015-02-15 14:44:45 +01:00
commit 097f36397b
20 changed files with 68 additions and 5 deletions

View file

@ -2,10 +2,12 @@
<style name="Theme.MaterialMusic" parent="Theme.MaterialMusic.Base">
<item name="round_selector">@drawable/round_ripple_selector_dark</item>
<item name="rect_selector">@drawable/rect_ripple_selector_dark</item>
</style>
<style name="Theme.MaterialMusic.Light" parent="Theme.MaterialMusic.Base.Light">
<!--<item name="round_selector">@drawable/round_ripple_selector</item>-->
<item name="round_selector">@drawable/round_ripple_selector</item>
<item name="rect_selector">@drawable/rect_ripple_selector</item>
</style>
<style name="Theme.MaterialMusic.Notification" parent="@android:style/TextAppearance.Material.Notification"/>