Computer Science, asked by rushaanqureshi41, 12 days ago

explain scale with image check box​

Answers

Answered by Anonymous
2

Explanation:

You just need to set the related drawables and set them in the checkbox:

<CheckBox

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="new checkbox"

android:background="@drawable/my_checkbox_background"

android:button="@drawable/my_checkbox" />

The trick is on how to set the drawables.

Similar questions