-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
At this time the lock button is on the top-left corner, near the 3 yellow angle values. Unfortunately in this position the button (that is the most used one) is not comfortable for the user.
We would like to move the lock button on a FAB (floating action button) located in the bottom-right corner, the standard position of the Android FABs.
Here a mockup of the main activity:
The button should work exactly like the existing one, using setOnTouchListener
.
In the future we might use the angles label on top-left corner to copy the values to the clipboard (issue #5).
PS: the FAB it is NOT 100% standard: the implementation is a bit tricky because the activity doesn't rotate when the user rotate the phone; We rotate only part of the interface, without re-create the activity.