My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:state_focused="false" android:drawable="@drawable/white">
<!-- <shape>
<solid android:color="#96FFFFFF"/>
</shape> -->
</item>
<item android:state_pressed="true" android:drawable="@drawable/green">
<!-- <shape>
<solid android:color="#66000000"/>
</shape> -->
</item>
<item android:state_focused="true" android:drawable="@drawable/green">
<!-- <shape>
<solid android:color="#CA000000"/>
</shape> -->
</item>
</selector>

Change log

r45 by dvpublic0 on Dec 16, 2011   Diff
Universal implementation of multi/single
selection dialog. Dialog is able to show
list of any items. If item implements a
couple of special interfaces then dialog
will be able to show images and
descriptions.
Go to: 
Sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 637 bytes, 18 lines
Powered by Google Project Hosting