12 lines
414 B
XML
12 lines
414 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/actions_item_bg_s" android:state_focused="true" />
|
|
<item android:drawable="@drawable/actions_item_bg_s" android:state_pressed="true" />
|
|
<item>
|
|
<shape>
|
|
<solid android:color="@color/colorPrimary" />
|
|
</shape>
|
|
</item>
|
|
|
|
</selector> |