The new Material Design of Google recommends to use floating action buttons to draw attention to the user for the main action on that screen. There are quite a lot of examples o
You can set the position of google action button to left top using
`android:layout_gravity="top|left"`
This way it looks good and doesn't hide anything.