简体   繁体   English

Android设计支持导航抽屉在底部对齐

[英]Android design support navigation drawer align on bottom

How can I align a part of the items in the navigation drawer (like settings and help) to the bottom of the navigation drawer like the google apps do? 如何像Google Apps一样将导航抽屉中的部分项目(如设置和帮助)对准导航抽屉的底部? Is that supported in the new design support navigation drawer? 新设计支持导航抽屉是否支持该功能?

这些是ListView的页脚视图,始终在其他所有列表项之后绘制。

listView.addFooterView(inflater.inflate(R.layout.footer, null));

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM