Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何像谷歌应用程序一样将导航抽屉中的部分项目(如设置和帮助)与导航抽屉的底部对齐?新设计支持导航抽屉是否支持?
这些是 ListView 的页脚视图,它们总是在每个其他列表项之后绘制。
listView.addFooterView(inflater.inflate(R.layout.footer, null));