1

I'm using daimajia slider library.

But I need to show part of prev, next images.

It looks like this.

enter image description here

I can't find options.

How can I do this?

01hanst
  • 577
  • 6
  • 19

1 Answers1

0

To achieve this UI, you can

Option 1: Use ViewPager and set paddings for it (You can check this)

Option 2: When you have too many images to show and want to recycle -> Use horizontal RecyclerView with SnapHelper (You can check this)

Liar
  • 1,235
  • 1
  • 9
  • 19