Android make check in or check out button with style -


i need make style following screen shot this

plz need !!!!

i have tried using make custom style

<?xml version="1.0" encoding="utf-8"?>  <selector xmlns:android="http://schemas.android.com/apk/res/android">     <item android:drawable="@drawable/buttion_inner_icon" android:state_checked="true"/>     <item android:drawable="@drawable/buttion_inner_icon" android:state_checked="false"/> </selector> 

but not want

please me make view same screen shot

you have setted same drawable when state_checked = true , state_checked = false.

you must have 2 differents drawables.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -