EditText now showing under ListView

后端 未结 2 1929
天涯浪人
天涯浪人 2021-02-11 07:09

Here is my layout:




        
2条回答
  •  野的像风
    2021-02-11 07:51

    You can use the weight =1 and height 0dp in Listview : As fill_parent is deprecated so use match_parent.

    
    
    
        
    
        
    
    

提交回复
热议问题