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.
Google アプリのように、ナビゲーション ドロワーの項目の一部 (設定やヘルプなど) をナビゲーション ドロワーの下部に揃えるにはどうすればよいですか? それは新しいデザイン サポート ナビゲーション ドロワーでサポートされていますか?
これらは、他のすべてのリスト項目の後に常に描画される ListView のフッター ビューです。
listView.addFooterView(inflater.inflate(R.layout.footer, null));