<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:layout_marginStart="14dp"
|
android:layout_marginTop="7dp"
|
android:layout_marginEnd="14dp"
|
android:background="@drawable/bg_white_4"
|
android:orientation="vertical">
|
|
<TextView
|
android:id="@+id/tv_state"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="12dp"
|
android:layout_marginTop="13dp"
|
tools:text="同意"
|
android:textColor="#ff16a12b"
|
android:textSize="16sp" />
|
|
<TextView
|
android:id="@+id/tv_time_start"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="10dp"
|
android:layout_marginTop="16dp"
|
android:layout_marginBottom="10dp"
|
android:drawableStart="@mipmap/appeal_time_green"
|
android:drawablePadding="6dp"
|
tools:text="4月3日 14:00"
|
android:textColor="#ff27282d"
|
android:textSize="14sp" />
|
|
<include layout="@layout/include_line_left_15" />
|
|
<TextView
|
android:id="@+id/tv_time_end"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="10dp"
|
android:layout_marginTop="12dp"
|
android:layout_marginBottom="10dp"
|
android:drawableStart="@mipmap/appeal_time_red"
|
android:drawablePadding="6dp"
|
tools:text="4月3日 14:00"
|
android:textColor="#ff27282d"
|
android:textSize="14sp" />
|
|
<include layout="@layout/include_line_left_15" />
|
|
<TextView
|
android:id="@+id/tv_time_out"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="10dp"
|
android:layout_marginTop="12dp"
|
android:layout_marginBottom="19dp"
|
tools:text="超时50分钟,扣款:¥102.23"
|
android:textColor="#fff33c3c"
|
android:textSize="12sp" />
|
|
|
<include layout="@layout/include_line_left_15" />
|
|
<TextView
|
android:id="@+id/tv_content"
|
android:layout_width="wrap_content"
|
android:layout_marginEnd="24dp"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="10dp"
|
android:layout_marginTop="14dp"
|
tools:text="申诉内容:这里是内容这里是内容这里是内容这里是内容里是内容这里是内容这里是内容这里是内容这里是内容"
|
android:textColor="#ff383838"
|
android:textSize="14sp" />
|
|
<RelativeLayout
|
android:layout_marginTop="12dp"
|
android:layout_width="match_parent"
|
android:layout_height="62dp">
|
|
<androidx.recyclerview.widget.RecyclerView
|
android:id="@+id/recycler_view_img"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"/>
|
|
|
|
</RelativeLayout>
|
|
<TextView
|
android:id="@+id/tv_time_img"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginEnd="9dp"
|
android:layout_gravity="right"
|
android:layout_marginBottom="19dp"
|
tools:text="2022-01-18 16:45"
|
android:textColor="#ff383838"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line"/>
|
|
<RelativeLayout
|
android:id="@+id/rl_bottom"
|
android:layout_marginTop="14dp"
|
android:layout_width="match_parent"
|
android:layout_marginBottom="24dp"
|
android:layout_height="wrap_content">
|
|
<TextView
|
android:id="@+id/tv_return_money"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="11dp"
|
tools:text="退回金额:¥10"
|
android:textColor="#fff33c3c"
|
android:textSize="12sp"
|
/>
|
|
<TextView
|
android:id="@+id/tv_dell_time"
|
android:layout_width="118dp"
|
android:layout_height="20dp"
|
android:layout_marginEnd="9dp"
|
tools:text="2022-01-18 16:45"
|
android:textColor="#ff383838"
|
android:layout_alignParentEnd="true"
|
android:textSize="14sp"
|
/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|