How to set the x position of views in android -
i creating number of imageviews , textviews on runtime depending on objects in webservice. i'm creating linearlayout horizontal , adding imageviews , textviews layout, issue text against images, , images of different width want set x position of textviews align how can done,
i tried absolutelayout(warning deprecated) , setx(no method showed)
you can use resized image on runtime based on pannel height , width resizing image on runtime view stack overflow thread resizing image java getscaledinstance
Comments
Post a Comment