Ramotion / cardslider-android

:octocat: 🃏 Cardslider is a material design UI controller that allows you to swipe through cards with pictures and accompanying descriptions.
https://www.ramotion.com/cardslider-android-ui-app-development-library-to-interact-with-cards/
MIT License
2.34k stars 358 forks source link

CardWidth is not working #5

Closed max02100 closed 7 years ago

max02100 commented 7 years ago

in my layout : <android.support.v7.widget.RecyclerView android:id="@+id/pileLayout" android:layout_width="match_parent" android:layout_height="250dp" android:layout_below="@+id/textview_wod_quantity" android:layout_marginBottom="16dp" android:layout_marginTop="32dp" android:clipChildren="false" android:overScrollMode="never" app:layoutManager="com.ramotion.cardslider.CardSliderLayoutManager" app:viewUpdater="com.mvince.wodrandom.ui.customView.CardsUpdater" app:cardWidth="400dp"/>

the cardWith is set but not effective in the app

dvg4000 commented 7 years ago

Cant reproduce. It works in example.