gpt4 book ai didi

android 线性布局按钮

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

您好,我有 2 个项目进入线性布局,我需要将它们推到屏幕底部。现在他们也从屏幕开始。我该怎么做?

<?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:orientation="vertical">


<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_gravity="bottom"
android:gravity="bottom"
android:src="@drawable/splash" />

<include
android:layout_gravity="bottom"
android:id="@+id/footer_raw"
android:layout_width="fill_parent"
android:gravity="bottom"
android:layout_height="30dp"
layout="@layout/footer_raw" />
</LinearLayout>

最佳答案

LinearLayout 替换为 RelativeLayout 并将 android:layout_alignParentBottom="true"给你的 footer_raw

关于android 线性布局按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19953832/

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