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,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue