gpt4 book ai didi

android - 将android按钮放在特定位置

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

我想将 Android button1 放在 Android 屏幕的特定位置,但取决于它在不同位置显示的 TextView1 大小。

我怎样才能把android按钮放在一个特定的地方

 <RelativeLayout 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"
tools:context=".InfoActivity" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:orientation="vertical"
android:background="@drawable/backquiz">
<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/question1"
android:text="Large Text"
android:textAppearance="?android:attr/textAppearanceLarge" />
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/next"/>

</LinearLayout>
</RelativeLayout>

我需要“下一步”按钮出现在底部。

Here is the image

最佳答案

按钮使用相对布局。 here是链接。

关于android - 将android按钮放在特定位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24423135/

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