The first flip is very big.
hishambakr opened this issue · 6 comments
Thanks for great work
I run the demo on my galaxy s6 edge with Android 6
the first flip is very big. it takes the whole screen. it is not like the gif displayed in repository where flip size should match displayed layout size.
the only parameter to configure is "cell:additionalFlipsCount" which control additional flips. my issue with first flip size
You run our example of usage with listview? Is possible bug with parameter "additional flips count", what value you set? Try to remove it or set to 0, just for testing purposes. Thanks.
i played with this parameter in list view example. it changes additional
flips only which already working fine. my issue with the first flip which
take the full screen and overlap other list items anove it
On Sat, Apr 16, 2016, 6:05 AM Oleg Vasiliev notifications@github.com
wrote:
You run our example of usage with listview? Is possible bug with parameter
"additional flips count", what value you set? Try to remove it or set to 0.—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#8 (comment)
..what value you set? Try to remove it or set to 0, just for testing purposes.
this can help to exclude some cases
i removed it and tried 0 and tried 5. this affect seconf flips not first flip
@Hisham2007 Hi, I ran into the same problem today. Open cell_content_layout_layout.xml and set layout_height attributes of Imageviews or any views from wrap_content to your desired height and everything should be working fine. :)
Reason: Its may be because of different resolutions of images. i.e you may need to put different resolution images un drawable-hdpi,mdpi,ldpi etc.
Thanks @nithingkamath , I will try it