I am trying to use getPadding() to get the padding information for a
Drawable and then use that padding information to position an
ImageView above the Drawable.

Here's what I'm trying, but obviously this code is wrong.


Rect paddingInfo = theDrawable.getPadding();
imageView.setPadding(paddingInfo.left, paddingInfo.top-20, 0, 0);

-- 
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

Reply via email to