Closed olayinkasf closed 9 years ago
There is well-known issue related to custom background drawable. All you need is just to save original padding values before setBackground()
and restore them programmatically. Read details here: http://stackoverflow.com/q/10095196
I've modified the source to inherit from linear layout as I'm using a more complex view. But it ignores my padding attributes when rendering. How do I fix this?