353 lines
15 KiB
XML
353 lines
15 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.sothree.slidinguppanel.SlidingUpPanelLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/sliding_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/transparent"
|
|
android:gravity="bottom"
|
|
app:umanoPanelHeight="150dp"
|
|
app:umanoShadowHeight="4dp">
|
|
|
|
<!-- <ImageView-->
|
|
<!-- android:id="@+id/iv_cover"-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="match_parent"-->
|
|
<!-- android:scaleType="fitXY" />-->
|
|
<com.youth.banner.Banner
|
|
android:id="@+id/banner_cover"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<!-- <androidx.core.widget.NestedScrollView-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="wrap_content">-->
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="80dp"
|
|
android:orientation="vertical">
|
|
|
|
<com.sucstepsoft.cm_utils.core.widget.views.TypeFaceTextView
|
|
android:id="@+id/tv_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:text_type_cus="1"
|
|
android:padding="10dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="18sp" />
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:id="@+id/nsl_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:overScrollMode="never"
|
|
android:scrollbars="none">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="3dp"
|
|
android:background="@color/gray_line" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="项目编号:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_s_num"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="项目序号:" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="数据来源:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_id_num"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="来源:" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="公布时间:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_pub_time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="公布时间:" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="非遗级别:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_type"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="类别:" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="所属地区:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_address"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="所属地区:" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="类         型:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_mold"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="类型:" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="申报地区或单位:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_area"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="申报地区或单位:" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="保护单位:"
|
|
android:textColor="#BBBBBB"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_org"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="@color/black"
|
|
android:textSize="12sp"
|
|
tools:text="保护单位:" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="3dp"
|
|
android:background="@color/gray_line" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="10dp">
|
|
|
|
<View
|
|
android:layout_width="3dp"
|
|
android:layout_height="14dp"
|
|
android:background="@color/app_title" />
|
|
|
|
<com.sucstepsoft.cm_utils.core.widget.views.TypeFaceTextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="3dp"
|
|
android:layout_weight="1"
|
|
android:text="相关描述"
|
|
app:text_type_cus="1"
|
|
android:textColor="#242424"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="10dp">
|
|
|
|
<View
|
|
android:layout_width="3dp"
|
|
android:layout_height="14dp"
|
|
android:background="@color/app_title" />
|
|
|
|
<com.sucstepsoft.cm_utils.core.widget.views.TypeFaceTextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="3dp"
|
|
app:text_type_cus="1"
|
|
android:layout_weight="1"
|
|
android:text="相关继承人"
|
|
android:textColor="#242424"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/rlv_person"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="10dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_person_hint"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:text="暂无内容"
|
|
android:textColor="@color/gray_text" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|
|
|
|
|
|
</com.sothree.slidinguppanel.SlidingUpPanelLayout> |