mirror of https://github.com/buggins/dlangui.git
transparent button background
This commit is contained in:
parent
84f6988f36
commit
a9fd4c6026
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="#C0000000,1px"
|
||||
android:state_enabled="false"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="#A00000FF,1px,#F08080FF"
|
||||
android:state_hovered="true"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="#A00000FF,1px"
|
||||
android:state_focused="true"
|
||||
/>
|
||||
<item
|
||||
android:drawable="#A00000FF"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="#F08080FF"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
Loading…
Reference in New Issue