Best way to create a bottom toolbar in android.

后端 未结 6 465
一个人的身影
一个人的身影 2020-12-03 01:44

\"Sample

Looking for a good approach to achieve a similar toolbar. Should I use image buttons ??

6条回答
  •  渐次进展
    2020-12-03 02:22

    This works for me in 2020, Android Studio 3.5.3 is how to set a Toolbar (the second half of the accepted answer). How do I align views at the bottom of the screen? You can use a Toolbar layout/widget in androidx.appcompat.widget.Toolbar

    Set the alignParentBottom property to "true" (Place the elements Inside a RelativeLayout).

提交回复
热议问题