the parent is a tablerow, then a tablelayout, then linear layout (relative) so I have width set to fill_parent set to all.
I actually do have it colored already inorder to have a "border" the size does not seem to change. I think the strange part is that this does not happen til after the adview loads. at first, I thought it was due to the height changing, but I tried fixing the height of the adview and that did not change anything. On Apr 3, 5:05 am, Kostya Vasilyev <[email protected]> wrote: > Ok, understood. > > fill_parent refers to the parent's width. Perhaps the text view's parent > changes its width? > > An easy way to find out is to temporarily assign bright, solid, distinct > background colors to views in your hierarchy. > > -- K > > 3 апреля 2012 г. 4:24 пользователь adev <[email protected]> написал: > > > > > > > > > I understand what you are saying, but I am saying that it does not > > work. > > For the textview: > > layout_width="fill_parent" > > gravity="right|center_vertical" > > > It still does not work. > > It looks fine until the ad loads. -- 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

