(root)/app/src/main/res/drawable/selectable_background_stylingactionbar.xml – Rev 21478
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
3 |
|
|
|
4 |
<item android:drawable="@drawable/list_item_bg_normal" android:state_activated="false"/>
|
|
|
5 |
<item android:drawable="@drawable/list_item_bg_pressed" android:state_pressed="true"/>
|
|
|
6 |
<item android:drawable="@drawable/list_item_bg_pressed" android:state_activated="true"/>
|
|
|
7 |
|
|
|
8 |
</selector>
|