I don't know for certain, but I imagine the checkbox background
drawables are adding outside padding like the other Android widgets.
You could probably get away with just substituting your own drawables
to trim it down without changing the widget functionality.  Time to
dig into the SDK...

Doug

On Jan 19, 4:52 pm, John Lussmyer <johnlussm...@gmail.com> wrote:
> I have a need to put a row (or column) of 9 checkboxes in a dialog.
> Each checkbox will only have a 1 character description (0-9)
> The problem is that the default CheckBox leaves HUGE amounts of space around
> it, which makes it impossible to fit 9 in the dialog.
> Is there any way to reduce the space a Checkbox uses?  Or do I have to write
> a custom widget to do this simple task?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to