project_files/Android-build/SDL-android-project/res/drawable-mdpi/dropdown.xml
author dag10 <gottlieb.drew@gmail.com>
Sat, 19 Jan 2013 18:48:21 -0500
changeset 8407 686f2e716c97
parent 7568 75ba91f14ed5
permissions -rw-r--r--
Fixes password not actually saving when "save password" is checked in the HWPasswordDialog called by HWForm. Added padding to QDialogButtonBox buttons. Fixed code indentation starting on hwform.cpp:1343.

<?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/dropdown_focused" />
    <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/dropdown_focused_disabled" />
    <item android:state_focused="false" android:state_enabled="true" android:drawable="@drawable/dropdown_normal" />
    <item android:state_focused="false" android:state_enabled="false" android:drawable="@drawable/dropdown_disabled" />
</selector>