1st version that works
This commit is contained in:
BIN
libSafeMobile/src/main/res/drawable-mdpi/bg_combobox.9.png
Normal file
BIN
libSafeMobile/src/main/res/drawable-mdpi/bg_combobox.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 996 B |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/bg_combobox_disabled" android:state_enabled="false"></item>
|
||||
<item android:drawable="@drawable/bg_combobox_pressed" android:state_pressed="true"></item>
|
||||
<item android:drawable="@drawable/bg_combobox"></item>
|
||||
|
||||
</selector>
|
BIN
libSafeMobile/src/main/res/drawable-mdpi/btn_shay.9.png
Normal file
BIN
libSafeMobile/src/main/res/drawable-mdpi/btn_shay.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
libSafeMobile/src/main/res/drawable-mdpi/m_settings.png
Normal file
BIN
libSafeMobile/src/main/res/drawable-mdpi/m_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Reference in New Issue
Block a user