0xpr03 / VocableTrainer-Android

Vocabulary Trainer for Android - not lang specific
Apache License 2.0
29 stars 10 forks source link

Dynamic sized columns #71

Open yephny opened 2 years ago

yephny commented 2 years ago

None of my entries have a "hint", though there is a blank space reserved for hints in the list editing menu. I suggest that there should be no space for hints when there is no card with a hint in the list. This would make it easier to read long text in a column.

0xpr03 commented 2 years ago

I was thinking about changing that towards a top-down display.

--------------------
-    A1   A2       -
-    B1   B2       -
--------------------

Instead of the current

-----------------------
| A1 A2     | B1 B2   |
-----------------------
yephny commented 2 years ago

Do you mean it'll be with hints below definitions?

0xpr03 commented 2 years ago

Hints would be below that, and probably collapse. Question is though how to make it visible which kind of value you're looking at (columna/b/hint).

yephny commented 2 years ago

Is this the idea (made it on my phone)?

Hint visible

Hint collapsed