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

Default card settings #32

Closed azizkayumov closed 3 years ago

azizkayumov commented 3 years ago

Users should be able to set default colors and text size for newly created sets (instead of random selection):

greyboxgt commented 3 years ago

To simplify the interface, you could always start with black on white size 28 and let the user decide how to change. Or start with black on white size 28 and then memorize the user latest modification and make that to be the default for the next new card set.

azizkayumov commented 3 years ago

I was thinking about a special settings interface with default card on it, where users can edit the default card settings. As you said, just saving the last settings would be more suitable and simpler.

greyboxgt commented 3 years ago

Works as described, thank you!!