Мне сказали, что я могу использовать второй линейный макет таким образом, чтобы мои кнопки растягивались, чтобы заполнить оставшееся пустое пространство вертикально. Я не знаю, куда идти отсюда. Любая помощь будет оценена по достоинству.Кнопки заполняют вертикальное пространство
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:orientation="vertical" >
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:orientation="horizontal" >
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:gravity="center">
<TableRow>
<Button
android:id="@+id/one"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="fill_vertical"
android:layout_weight="1"
android:gravity="center"
android:text="1" />
<Button
android:id="@+id/two"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:gravity="center"
android:text="2" />
</TableRow>
<TableRow>
<Button
android:id="@+id/three"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="fill_vertical"
android:layout_weight="1"
android:gravity="center"
android:text="3" />
<Button
android:id="@+id/four"
android:text="4"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:layout_weight="1" />
</TableRow>
<TableRow>
<Button
android:id="@+id/five"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:gravity="center"
android:text="5" />
<Button
android:id="@+id/six"
android:text="6"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:layout_weight="1" />
</TableRow>
</TableLayout>
</LinearLayout>
</LinearLayout>
Это должен быть ответ, а не комментарий. – Androiderson
Здравствуйте, Mr.Exception-al У меня нет 50 представителей, которые сейчас оставляют комментарии по его вопросу, чтобы подробно рассказать о его вопросе. Что ты предлагаешь мне. Ничего? Выше это ваше голосование не помогает делу. Благодаря! – Manu
Hi Manu, к сожалению, правила этого сайта гласят, что в этом случае вы ничего не должны делать. – Androiderson