gpt4 book ai didi

android - 可以为两个不同的 Activity 使用相同的布局吗?

转载 作者:搜寻专家 更新时间:2023-11-01 09:48:43 24 4
gpt4 key购买 nike

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">

<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="92dp"
android:text="Start Download" />


</LinearLayout>

这两个 Activity 必须执行相同的事情。唯一的区别是它们处理的数据类型。出于好奇,我问这个问题。

最佳答案

是的,这在技术上没有问题。请记住,如果您为一个 Activity 更改任何内容,它也会为两个 Activity 更改,因此它最适合非常简单的布局。但我经常会为 4 或 5 个尚未编写的 Activity 使用相同的占位符,或者我会为占位符 ListView 元素使用相同的布局。

关于android - 可以为两个不同的 Activity 使用相同的布局吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36769505/

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