blob: fca6230549c438265dcfaba16f0bde9e726dcaaf (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:drawable="@drawable/footbar_settings_1"></item>
<item android:state_pressed="false" android:drawable="@drawable/footbar_settings"></item>
</selector>
|