android - Margins not takign effect if value greater than container boundary -
if set bottom margin value greater container height, margin not have effect. want view go away whenever bottom/top margin > height or right/left margin > width. trying achieve anchoring effect, works fine if margin within container width/height. let me know if 1 has nay ideas on this.
i want view go away whenever bottom/top margin > height or right/left margin > width.
don't set margins way. if want "the view go away", use setvisibility()
, please.
a view
, margins , all, cannot larger container.
Comments
Post a Comment