CheckBox Style in Android?
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.
精彩评论