리스트뷰,

버튼,

버튼

 

이렇게 한 화면에 있을때 버튼이 있는 공간을 제외한 나머지를 리스트뷰로 채우고 싶을땐 어떻게 하나요?

 

android:layout_height="wrap_content" ?

 

android:layout_height="match_parent" ?

 

아니면 치수를 재고 직접 값입력?

 

Linear Layout? RelativeLayout? 뭘 써야할까요.?