You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
Lots of Android apps place options like "Open in Browser" and "Share" in the top right of the title bar. At the moment, we're placing "Open in Browser" under a FAB along with the "Comments" button on both the user and project pages. This is in accordance with the Material Design guidelines here. Sharing (only on project pages at the moment) is placed in the chip row under the project embed.
The question is how should these icons be placed - for familiarity or ergonomics? The title bar may feel more familiar to some users.
Ergonomically, it's easier to reach under a FAB. Either of these is technically correct according to the MD guidelines - we just have to figure out which one is better for us.