I am trying to implement a gallery which always starts from left rather than center of the screen.
I have already overridden onLayout
and onDraw
methods and it works for the first time, but if I scroll the gallery, it again center itself to center.
Do you have any idea how to implement this? Or I am thinking of backup solution: if it's possible to make an horizontal listView?