I am trying to make a checkbox smaller. I have tried playing around with layout in XML and .width()/.height in Java. Neither does anything to change the size of it. I went to the tutorial that was recommended to other that asked this questions, but I did not understand what he did. Any suggestions?
Share
From another question here on SO:
EDIT: Just to make it a bit more clear, you will need these files to make the tutorial work:
CheckBoxTestActivity.java:
main.xml:
checkbox.xml:
checkbox_background.xml:
and btn_check_label_background.9.png, checkbox_off_background.png and checkbox_on_background.png from the tutorial page.