From b105bd6a5eed78f8a1741fe23b9ccb259953f3e2 Mon Sep 17 00:00:00 2001 From: nilupeng <qingingrunt2010@qq.com> Date: Thu, 11 Aug 2022 09:27:26 +0000 Subject: [PATCH] 资讯详情 --- app/src/main/res/layout/activity_web.xml | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_web.xml b/app/src/main/res/layout/activity_web.xml index c3ad397..34531b1 100644 --- a/app/src/main/res/layout/activity_web.xml +++ b/app/src/main/res/layout/activity_web.xml @@ -1,15 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout 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" xmlns:app="http://schemas.android.com/apk/res-auto"> <com.runt.open.mvvm.widgets.TitleBarView android:id="@+id/title_bar" - app:layout_constraintTop_toTopOf="parent" - app:layout_constraintLeft_toLeftOf="parent" - app:layout_constraintRight_toRightOf="parent" - style="@style/titlebar" /> + style="@style/titlebar" + tools:ignore="MissingConstraints" /> <LinearLayout android:id="@+id/lin_progressbar" -- Gitblit v1.9.1