jess-anders / two-way-gridview

An Android GridView that can be configured to scroll horizontally or vertically
650 stars 261 forks source link

How can i place the first item in center of screen? #35

Open sibe7691 opened 9 years ago

sibe7691 commented 9 years ago

Hi,

I am trying to place the first visible item at the center of the screen. The grid view itself fills the entire screen. What i want is some initial margin to make the items start at centerX. (without clipping).

Is this possible?