开发者

android checkbox alignment

开发者 https://www.devze.com 2023-03-30 07:45 出处:网络
this image show the default implementation of check box in android. In this image check box is centre to the text. I want it to the top. what sho开发者_StackOverflow社区uld i do?I used Relative lay

android checkbox alignment

this image show the default implementation of check box in android.

In this image check box is centre to the text. I want it to the top. what sho开发者_StackOverflow社区uld i do?


I used Relative layout. In <TextView> i used the following code for top padding and my problem gets solved. :)

android:layout_marginTop="6dip"


Have a custom 9-patch checkbox button with the stretchable portion defined at the bottom.. so the actual checkbox will be at the top and the rest space will be filled with transparency

0

精彩评论

暂无评论...
验证码 换一张
取 消