8 lines
265 B
XML
8 lines
265 B
XML
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/transparent"/>
|
|
<item>
|
|
<shape>
|
|
<solid android:color="@color/button_highlighted" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |