azizkayumov / flashcard-maker-android

Flashcard Maker is an android app that allows you to create and import e-flashcards for convenient, paperless studying.
https://play.google.com/store/apps/details?id=com.piapps.flashcardpro
GNU General Public License v2.0
63 stars 22 forks source link

Card size in different modules #18

Closed Engineerator closed 4 years ago

Engineerator commented 4 years ago

I was able to solve issue #17 with cards being different sizes in each mode by making changes to the margins and paddings. I also disabled fullscreen mode in study mode. The cards are now proportional when switching between modes. The floating action button in editor mode was conflicting with the card so I thought that it would be better to move it to the bottom menu. I hope you like the changes and merge my pull request.

azizkayumov commented 4 years ago

Amazing, Thank you @Engineerator for your contribution. All the available space is now being used for the real content, not for some useless margins.