开发者

CheckBox Style in Android?

开发者 https://www.devze.com 2023-01-04 13:41 出处:网络
I want to do make my check box small than the actual size. How开发者_如何学C to do it? Any Idea?

I want to do make my check box small than the actual size. How开发者_如何学C to do it? Any Idea?

for Example we can set the button as small size using the attribute

style="?android:attr/buttonStyleSmall"

ThanX


You can define the size of those components through the usage of: android:layout_width and android:layout_height

You might want to check DroidDraw Widget Guide for reference.
Also, they have the DroidDraw GUI Editor available through that same link.

0

精彩评论

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