联网界面逻辑修改

This commit is contained in:
Lihongda 2024-03-10 18:41:13 +08:00
parent 54efd036e4
commit 69d4d65f24
1 changed files with 194 additions and 184 deletions

View File

@ -1,35 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout 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"
android:background="@color/white"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical">
<include
android:id="@+id/in_daohang"
layout="@layout/title_layout" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingBottom="50dp"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginTop="10dp">
<TextView
android:id="@+id/tv_connect_video"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dp"
android:textSize="15sp"
android:layout_gravity="right"
android:layout_marginRight="10dp"
android:text="联网视频"
android:textColor="@color/black" />
android:textColor="@color/black"
android:textSize="15sp" />
</FrameLayout>
@ -230,3 +238,5 @@
</LinearLayout>
</ScrollView>
</LinearLayout>