shlomif / PySolFC

A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
http://pysolfc.sourceforge.net/
GNU General Public License v3.0
445 stars 97 forks source link

Android: toolbar buttons are too close together in landscape mode #333

Open sahi1l opened 9 months ago

sahi1l commented 9 months ago

Might just be my phone, but the toolbar buttons are much too close together for landscape mode (and in portrait mode the cards are usually too small to see). I frequently, accidentally press the "new game" or "refresh game" when I am trying to undo multiple moves, which is very frustrating. If I may make a few suggestions:

joeraz commented 9 months ago

Mostly been working on the desktop version, but I do know a thing or two about the toolbar buttons:

I'll add the Android label to this one for now. @lufebe16 might some thoughts on this.

lufebe16 commented 9 months ago

Added some updates now:

The quit button has now been removed, as it makes no sense with kivy/android version. Gives som more space. The shuffle and the autodrop button are now managed dynamically. shuffle is only used with Mahjongg type games and then autodrop is obsolet.

To prevent accidental execution of new and restart buttons a delay has been added. The user needs to press about 1 sec. before the action executes.