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
Post a Comment