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.
ListViewFacebookニュースストリームのスタイルで、すべてフルページサイズにする必要があるビュー要素を作成しようとしています。ListView各要素のサイズをページ全体のサイズに設定する方法がわかりません。すべてのandroid:layout_height は に設定されmatch_parentます。設定すると500dipフルページに近くなりますが、それは私には良いデザインではないようです。
ListView
android:layout_heigh
match_parent
500dip
私があなたの質問をよく理解した場合は、使用する必要があります
android:layout_height="fill_parent"