lmw
2024-06-07 4264d859bb9f6cbc4c069a9350c917f1b23009dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:background="@color/write"
    android:layout_height="wrap_content">
 
    <TextView
        android:id="@+id/tv_line_name"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        tools:text="线路一名称"
        android:textStyle="bold"
        android:gravity="center"
        android:textColor="#ff333333"
        android:textSize="15sp"
        />
 
    <include layout="@layout/include_line_8"/>
 
 
 
</LinearLayout>