android - Removing bounds when rotate a view 90 degree -


i rotate view 90 make vertical , width of view still reserved. how can change ?

i have try following view size changes :

params.setmargins(-getdpi(view.getheight()), 0, 0, 0);

enter image description here


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -