热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何在Android的底部放置工具栏?-HowtoplaceToolbaratthebottominAndroid?

IliketoplacemyToolbaratthebottomofthepage.Myactivity_main.xmlis我喜欢将工具栏放在页面底部。我的activ

I like to place my Toolbar at the bottom of the page. My activity_main.xml is

我喜欢将工具栏放在页面底部。我的activity_main.xml是




    

        

        

    

    

    


Then my styles.xml is

然后我的styles.xml是



    
    

    

    

    


I put this (android:layout_alignParentBottom="true") in my activity_main.xml.

我把这个(android:layout_alignParentBottom =“true”)放在我的activity_main.xml中。

3 个解决方案

#1


0  




    

        

        

    

    

    


Try to use align parent bottom in parent layout of toolbarview and for your layout it is so i move it there.

尝试在toolbarview的父布局中使用对齐父底部,对于您的布局,我将其移动到那里。

#2


0  

Put a android:layout_gravity="end|bottom" property in your AppBarLayout like this:

在你的AppBarLayout中放一个android:layout_gravity =“end | bottom”属性,如下所示:



        

        

    

After that, Toolbar should be aligned at the bottom of the screen.

之后,工具栏应在屏幕底部对齐。

#3


0  

You place the toolbar inside the RelativeLayout.

您将工具栏放在RelativeLayout中。

   

     

     

     

  
 

推荐阅读
author-avatar
詹慧君874
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有