Closed droid-wise closed 8 years ago
Hello. Thanks for contact. So, what exactly do you need?
As I see. There is no problem around.
I want to increase the size for this card a little bit more, but if i do that, white background of card i can see and my image i'm fetching from API is centered.
You need to change height?
You can set max scale to bigger value then 1.0F.
Also you can try sample app and achieve similar effect with vertical ICVP where used correct bounds.
Thank you, i will try that.
Did you achieve to change card height? Im Having a similar issue where I want to keep scale width but a taller card...
Here is a code from main layout where is located vertical cycler view pager:
`<FrameLayout android:layout_above="@+id/bottom_menu_bar" android:id="@+id/frame_layout" android:layout_centerInParent="true" android:layout_width="match_parent" android:layout_height="wrap_content">
And here is located item view for every card in vertical cycle view pager:
`<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto">
`