micrusa/AmazTimer

UI improvement: replace scrollbars

Closed this issue · 1 comments

The scrollbars for setting weight (kg) and age are very unwieldy on the watch screen. It is almost impossible to select specific values since a small displacement of the finger results in a jump of several values.
I suggest replacing them with the "-" and "+" controls that are used to set the work/rest duration.

Changed in c1d9342
Now I'm using a ListPreference instead of a SeekBarPreference, I didn't replace it with + and - controls because I would have to create a new preference and it's easier this way. I will release a new version with this and other changes tomorrow maybe