-
Notifications
You must be signed in to change notification settings - Fork 3
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
Layout position of SlideShowView #3
Comments
You have something like the above and it does not get centered ? |
Yes, I define
In Android Studio Design section, it seems to look correct(Fig. 1), however on my phone it looks different(Fig. 2) |
I cannot reproduce it.
Sorry i cannot be of more help/ |
Does it have something to do with your implementation of |
I don't see something wrong with it . But the whole thing is not correct. I suggest you not use this for any of your apps. At the moment i am working on a new one that will be more stable. Maybe by the end of the day i will have something. |
That would be awesome. \m/ |
@plopd Check the new release that i pushed. It is still a pre release but i believe it is in the right direction.
Tell if everything works this time |
Closing it |
I managed to get the new version running. However, if I use your example, and I would expect that the 'SlideShowView' layout is centered on the screen, it is still positioned on top. |
Android 4.2.2 Samsung Galaxy S2 |
I have tested in genmotion emulator Can you share some code? |
Yes, I will look into it. |
I have a RelativeLayout as parent and want to position SlideShowView in the center of the parent. However this does not seem to work?
The text was updated successfully, but these errors were encountered: