Hi,
First of all thanks for the library.
I'm trying to create a simple demo to see how it works. I have your view declared as a row of a RecyclerView adapter.
<eu.davidea.flipview.FlipView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="200dp"
android:layout_height="200dp"
android:animateFirstView="false"
android:clickable="false"
app:frontLayout="@layout/view_list_word_front"
app:rearLayout="@layout/view_list_word_back">
</eu.davidea.flipview.FlipView>
The front and back are both just a simple CardView, empty.
If I run the code I see a circle shape with the front view as part of it. Where is this circle coming from? Why that shape? Why is not just showing the shape of the CardView?
Thanks
Hi,
First of all thanks for the library.
I'm trying to create a simple demo to see how it works. I have your view declared as a row of a RecyclerView adapter.
The front and back are both just a simple CardView, empty.
If I run the code I see a circle shape with the front view as part of it. Where is this circle coming from? Why that shape? Why is not just showing the shape of the CardView?
Thanks