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,11 +1,11 @@
<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"/>
@ -18,7 +18,7 @@
<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>
<item name="android:background">?round_selector</item>
<item name="android:layout_centerVertical">true</item>
<item name="android:focusableInTouchMode">false</item>
<item name="android:focusable">false</item>