Hi All,

For the longest time I have been trying to figure out how to change
the size of any of the Android widgets. The default widget sizes are
just too big on the screen. I have used the following attributes with
my CheckBox and other widgets, the text sizes changes but the buttons
them self never changes. If anything if I go to small its parts of the
button is clipped.  What am I doing wrong?

               android:layout_width="wrap_content"
               android:layout_height="wrap_content"
               android:layout_weight=".25"
               android:width="30dip"
               android:height="30dip"

Here is a sameple
<CheckBox
android:id="@+id/ckbxTo1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight=".25"
android:textSize="10sp"
/>

Thanks,
gilgantic
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to