Osman Saral

Results 31 comments of Osman Saral

Any idea how to do this? ![screen shot 2015-03-04 at 12 54 09](https://cloud.githubusercontent.com/assets/781453/6482345/999fca4a-c26d-11e4-995f-e533f19f5d6d.png)

I did it using `viewHolder.itemView.setTranslationY()`. But is it the right way?

Can anyone else confirm this? > Actually, this issue only occurs on simulators, not on real devices!

even works with custom images. thanks

I've added these to your demo app: In your `activity_main.xml` ``` android:paddingLeft="160dp" android:paddingRight="160dp" android:clipToPadding="false" ``` In your pager adapter: ``` @Override public float getPageWidth(int position) { return 1.5f; } ```...

I don't know if it is related but it really misbehaves when one seriesItem is thicker than the other. This happens after scrolling down and up again: ![screen shot 2016-08-01...

I don't know if this is the correct way either, but it works fine. It would be good if someone explained this.

I agree, please update the pod spec @billburgess