Android make check in or check out button with style -
i need make style following screen shot
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
Post a Comment