Round selector
- added round selector for Lollipop and below lollipop
This commit is contained in:
parent
cafd1081ca
commit
585d959e3d
20 changed files with 86 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue