How to add title in Navigation drawer layout?

后端 未结 3 1602
清酒与你
清酒与你 2020-12-23 10:20

[UPDATE]

I solve the problem by adding addHeaderView :

protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
          


        
3条回答
  •  梦毁少年i
    2020-12-23 11:11

    Put a TextView above a ListView, and wrap it inside a vertical LinearLayout . Give to your ListView android:layout_weight="1" and android:layout_height="0dip"

提交回复
热议问题