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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -