Skip to content

Circle View not sure why #17

@RobertoAlvarezCeballos

Description

@RobertoAlvarezCeballos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions