Floating Action Button blocking other components

后端 未结 6 2350
粉色の甜心
粉色の甜心 2021-02-19 01:41

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

6条回答
  •  佛祖请我去吃肉
    2021-02-19 02:27

    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.

提交回复
热议问题