Project

General

Profile

Download (375 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / drawable / tab_background.xml @ 99b8a069

1
<?xml version="1.0" encoding="utf-8"?>
2
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3
    <item android:drawable="@drawable/tab_background_selected" android:state_selected="true" />
4
    <item android:drawable="@drawable/tab_background_unselected" android:state_selected="false" android:state_focused="false" android:state_pressed="false" />
5
</selector>
(2-2/13)