Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The first flip is very big. #8

Closed
hishambakr opened this issue Apr 16, 2016 · 6 comments
Closed

The first flip is very big. #8

hishambakr opened this issue Apr 16, 2016 · 6 comments

Comments

@hishambakr
Copy link

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

@oleg-vasiliev
Copy link
Contributor

oleg-vasiliev commented Apr 16, 2016

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.

@hishambakr
Copy link
Author

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)

@oleg-vasiliev
Copy link
Contributor

oleg-vasiliev commented Apr 16, 2016

..what value you set? Try to remove it or set to 0, just for testing purposes.

this can help to exclude some cases

@hishambakr
Copy link
Author

i removed it and tried 0 and tried 5. this affect seconf flips not first flip

@nithingkamath
Copy link

nithingkamath commented Apr 20, 2016

@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.

@hishambakr
Copy link
Author

Thanks @nithingkamath , I will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants