靓仔丶落泪 2022-02-05 20:34 采纳率: 80%
浏览 109
已结题

linearlayout出现multiple root tags问题在哪呢就是找不到急死人

















 <LinearLayout
     android:layout_width="match_parent"
     android:background="#FFFFFF"
     android:layout_height="20dp">
 </LinearLayout>
 <!--- 以下第四栏 放文字 -->
<LinearLayout
     android:layout_width="match_parent"
     android:background="#FFFFFF"
     android:layout_height="wrap_content">
     <TextView
         android:layout_width="wrap_content"
         android:text="  温度"
         android:textColor="#99CCFF"
         android:textStyle="normal"
         android:freezesText="true"
         android:textSize="25dp"
         android:gravity="center_vertical"
         android:layout_marginLeft="175dp"
         android:layout_weight="1"
         android:layout_height="wrap_content">
     </TextView>
 </LinearLayout>
 <!--- 以下第五栏 放文字 数值 -->
 <LinearLayout
     android:layout_width="match_parent"
     android:background="#FFFFFF"
     android:layout_height="20dp">
 </LinearLayout>

 <LinearLayout
     android:layout_width="match_parent"
     android:background="#FFFFFF"
     android:layout_height="wrap_content">
     <TextView
         android:layout_width="wrap_content"
         android:text="25 ℃"
         android:textColor="#99CCFF"
         android:textStyle="normal"
         android:freezesText="true"
         android:textSize="25dp"
         android:gravity="center_vertical"
         android:layout_marginLeft="175dp"
         android:layout_weight="1"
         android:id="@+id/Txt_ 温度"
         android:layout_height="wrap_content">
     </TextView>
 </LinearLayout>
 <!--- 以下栏 留白 -->
 <LinearLayout
     android:layout_width="match_parent"
     android:background="#FFFFFF"
     android:layout_height="20dp">
 </LinearLayout>









img

  • 写回答

1条回答 默认 最新

  • 不会写代码的猴子 Android领域优质创作者 2022-02-06 21:03
    关注

    根layout只能有一个。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 3月7日
  • 已采纳回答 2月27日
  • 修改了问题 2月5日
  • 创建了问题 2月5日

悬赏问题

  • ¥30 基于信创PC发布的QT应用如何跨用户启动后输入中文
  • ¥20 非root手机,如何精准控制手机流量消耗的大小,如20M
  • ¥15 远程安装一下vasp
  • ¥15 自己做的代码上传图片时,报错
  • ¥15 Lingo线性规划模型怎么搭建
  • ¥15 关于#python#的问题,请各位专家解答!区间型正向化
  • ¥15 unity从3D升级到urp管线,打包ab包后,材质全部变紫色
  • ¥50 comsol温度场仿真无法模拟微米级激光光斑
  • ¥15 上传图片时提交的存储类型
  • ¥15 VB.NET如何绘制倾斜的椭圆