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 - Unable to make sub reports with Jasper -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -