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.
すべての画面に均等に配置される 6 つの画像ボタンを含む画面を作成したいと考えています。画像は静的です..グリッドレイアウトで試しましたが、画面全体を消費できません.
次の 3 つのオプションを検討できます。
TableLayout
TableRow
Button
RelativeLayout
LinearLayout
android:layout_weight
私の意見では、最初と 2 番目のオプションは検討する価値があります。