Custom title bar without padding (Android)

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-04-19T06:23:58Z Indexed on 2010/04/19 23:53 UTC
Read the original article Hit count: 458

Filed under:
|

So I am using the techniques in this thread to use a custom background for my titlebar. Unfortunately the framework places my layout inside a FrameLayout which has padding and so the image doesn't cover the whole bar, but instead has gray borderes. Is there anyway to remove this padding? I can't just set the padding attributes because I do not create the frame layout.

© Stack Overflow or respective owner

Related posts about android

Related posts about ui