How to customized the ListView height in android?

前端 未结 4 1400
说谎
说谎 2021-01-24 08:41

I am a beginner to android. I want to display a customized list view which contains a number. I customized my ListView size(android:layout_height=\"50dp\"

4条回答
  •  孤城傲影
    2021-01-24 09:19

    Try below changes on your parent layout on titledesign.xml

    
    

    and if you want that your list capture full width of device screen make change on layout_width like

    
    

提交回复
热议问题