gpt4 book ai didi

android - Textview不跳到下一行android

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

我是 android 编程的完全初学者,我正在使用 TextViews。我想要两个 TextView,一个在顶部,一个在底部。但它不起作用,我不确定为什么。这是 xml

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">
<TextView
android:text="@string/hello_world"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />

<TextView
android:text="@string/hello_world"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>

所以我将第一个 TextView 作为宽度的 fill_parent 以跳过一行,但它只是将其取出。我无法添加图片,因为我刚刚为这个问题创建了这个帐户,但它只显示第一个 TextView 而不是下一个。我犯了什么错误?

最佳答案

在 LinearLayout 中,您需要设置方向。

android:orientation="vertical"

关于android - Textview不跳到下一行android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28789042/

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