Android ImageView how to fit left-bottom such as setScaleType(ScaleType.FIT_END);, but not fit right-bottom -


i use below code set imageview's scaletype:

iv.setscaletype(scaletype.fit_end); 

it fit right-bottom.
want make picture fit left-bottom.
how can it?

try setting imageview's adjust view bound true , set align bottom parent , align left parent true. hope works :)


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -