Closed angelkoh closed 7 years ago
This can be achieved by getController().getSettings().setGravity(Gravity.CENTER);
Hm, Gravity.CENTER
should be default setting, so you don't need to specifically set it unless you already set it to a different value somewhere else.
Is it possible to center the loaded image if I am using match_parent for both the Width and Height? Currently, it defaults to the top of the parent. I noticed that portrait images are centered horizontally, but landscape images are not centered vertically.
setting layout_gravity and gravity don't seem to have any effects.