-
Notifications
You must be signed in to change notification settings - Fork 22
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
Landscape orientation #11
Comments
Do you have any ideas how the UI would look like in landscape mode? |
It is clear to imagine the main window, I need some kind of UI drawing how the flashcards editor window would look like in landscape. Please, make sure that we don't do dramatic changes and cause bad UX. |
Maybe something like this? |
Can you upload some screenshots? |
I am not sure how to upload images here. Maybe it would be easier for you to install Flip Flashcard? |
Hi, I could not install the app on emulator (I use Android emulator for development & testing, not my phone) as the emulator requires to have Google Play and installing Google Play on emulators was really painful. I would very much appreciate if you could share some screenshots (by just dragging & dropping the images or any file to this thread) |
I looked into the app that @greyboxgt was referring which has a UI in landscape mode. I was able to download the APK and drag and drop it into my emulator. You can download the APK here: https://apkpure.com/store/apps/details?id=edu.ckcc.flipflashcard |
@Engineerator Thank you for the tip, I have never tried that drag & dropping apks to an emulator directly, it worked like a charm. |
I have been trying to figure out how to solve this issue with unused card space. I'm assuming that something needs to be changed in the CardUI.kt files. It seems like layoutParams could affect the card size but when I changed these values I couldn't get the card to fit in the unused space. I'm also assuming that the padding affects the card size but I couldn't find any parts of the program that could affect the padding. Do you know what parts of the program control the card size? Here is the part that I'm referring to: |
Quickly said: you can play with the margin values of that layout parameters: example: change |
Sorry for late reply. I think if you remove
|
Thank you for the help, I was able to remove the RecyclerView margins and use all the unavailable space! |
So far the application works in portrait mode only. Some people might like landscape orientation.
The text was updated successfully, but these errors were encountered: