mercredi 18 novembre 2015

Customize Android Check Box

i need to customize my check box. What I need is to fill the check box with white color and check must be in black color. I've followed several examples and nothing worked as expected.

Here is my .xml

 <CheckBox
        android:id="@+id/checkBox"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentRight="true"
        android:button="@drawable/check_box_style"/>

Can you tell me how should my check_box_style designs. Thanks.




Aucun commentaire:

Enregistrer un commentaire