project_files/Android-build/SDL-android-project/res/drawable-mdpi/button.xml
author Vittorio Giovara <vittorio.giovara@gmail.com>
Fri, 03 Jan 2014 07:09:28 -0800
changeset 9923 5071f5682733
parent 7568 75ba91f14ed5
permissions -rw-r--r--
Merge pull request #7 from LocutusOfBorg/fix-FPIC Fixed fPIC link failure with arm and sparc architectures, fixing issue #757

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_focused="true" android:state_enabled="true" android:drawable="@drawable/button_focused" />
    <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/button_focused_disabled" />
    <item android:state_focused="false" android:state_enabled="true" android:drawable="@drawable/button_normal" />
    <item android:state_focused="false" android:state_enabled="false" android:drawable="@drawable/button_disabled" />
</selector>