6b23e70e
aarnaude
first commit
|
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ballon_pressed" android:state_pressed="true" /> <!-- pressed -->
<item android:drawable="@drawable/ballon_focused" android:state_focused="true" /> <!-- focused -->
<item android:drawable="@drawable/ballon_default" /> <!-- default -->
</selector>
|