I have a list view that contains a list of CheckedtextViews where I set the drawableLeft to an image. I am trying to add some padding between the left image and the text withandroid:drawablePadding="10dip". My CheckedTextView not only has padding between the text and the image, but also below the entire CheckedTextView. When I removeandroid:drawablePadding="10dip", the padding between the text and the image is removed as well as the padding below the CheckedTextView. Isn't android:drawablePadding<http://developer.android.com/reference/android/widget/TextView.html#attr_android%3adrawablePadding> supposed to only add padding to between the text and the image? If so, does anyone know why padding below the entire view is added?
-- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

