Skip to content

Commit 792ec9a

Browse files
Merge pull request #39 from bffcorreia/cardview-issue
Add new known issue (CardView). Thank you @bffcorreia for this contributions 😄 Really appreciated
2 parents 4911e3b + a58d7d0 commit 792ec9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ public class MyRecyclerViewAdapter extends RecyclerView.Adapter<MyRecyclerViewAd
298298
}
299299
}
300300
```
301+
___
302+
303+
The `EasyFlipView` has a strange behaviour when the back and front layouts are a `CardView`. To workaround it, wrap your `CardView` in a `FrameLayout` or other `ViewGroup`.
301304

302305
💰 Donations
303306
=============

0 commit comments

Comments
 (0)