how can we reduce the size of checkbox please give me an idea

前端 未结 7 941
时光说笑
时光说笑 2021-01-16 00:11

How can we reduce the size of checkbox? Please give me an idea.

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-16 00:41

    UPDATE: this only works from API 17 onwards...


    CheckBox derives its height from the TEXT as well as the image.

    Set these properties in your XML:

    android:text=""
    android:textSize="0sp"
    

    Of course this only works if you want no text (worked for me).

    Without these changes, the CheckBox was giving me a big margin around my image, as mentioned by Joe Plante.

提交回复
热议问题