gpt4 book ai didi

java - 与 Android 布局作斗争

转载 作者:行者123 更新时间:2023-11-29 22:30:20 25 4
gpt4 key购买 nike

我正在纠结于如何 create this layout [ImageShack 链接] 用于我的 android 应用程序。

我尝试将几个东西相互嵌套,但我不断出错,最后我得到了一些代码,但它并没有像我想要的那样。我希望我了解应该使用哪些布局以及如何将它们嵌套在一起。

这是我的 XML 代码:

<?xml version="1.0" encoding="utf-8"?>

<TableLayout android:id="@+id/TableLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">

<TableRow android:id="@+id/TableRow01" android:layout_width="fill_parent" android:layout_height="fill_parent">

<TextView android:text="94.6" android:id="@+id/id_number" android:layout_width="fill_parent" android:layout_height="fill_parent"></TextView>

</TableRow>

<TableRow android:id="@+id/TableRow02" android:layout_width="fill_parent" android:layout_height="fill_parent">

<TextView android:text="KG" android:id="@+id/id_unit" android:layout_width="fill_parent" android:layout_height="fill_parent"></TextView>

</TableRow>

<TableRow android:id="@+id/TableRow03" android:layout_width="fill_parent" android:layout_height="fill_parent">

<Button android:text="@+id/Add" android:id="@+id/add_button" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>

<Button android:text="@+id/View" android:id="@+id/view_button" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>

</TableRow>

</TableLayout>

最佳答案

我会用 RelativeLayout 来处理整个事情,包括另一个 RelativeLayout 来处理屏幕的上半部分(这里是大字和其余部分)

关于java - 与 Android 布局作斗争,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4271998/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com