lsjwzh / RecyclerViewPager

Deprecated
Apache License 2.0
3.53k stars 667 forks source link

Reduce space between views #75

Open gaialogic opened 8 years ago

gaialogic commented 8 years ago

Hi! I'm trying to reduce the space between views, but without succeeding.

Here the code:

 <com.lsjwzh.widget.recyclerviewpager.LoopRecyclerViewPager
                    android:id="@+id/pager_cluster"
                    android:layout_width="match_parent"
                    android:layout_height="160dp"
                    android:paddingLeft="30dp"
                    android:paddingRight="30dp"
                    app:rvp_triggerOffset="0.1"
                    android:layout_margin="0dp"
                    app:rvp_singlePageFling="true"
                    android:clipToPadding="false"
                    android:background="#ffffff"

                    />

Thanks. Gaia

dagi12 commented 7 years ago

I'm curious about it too.