realtimelocation/app/src/main/res/layout/activity_issue_step.xml
2020-09-21 10:35:40 +08:00

122 lines
4.3 KiB
XML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".activitys.issue.IssueStepActivity">
<android.support.v7.widget.RecyclerView
android:id="@+id/rlv_step"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<!--<LinearLayout-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="162dp"-->
<!--android:background="@drawable/ic_main_title_bg"-->
<!--android:gravity="center_vertical"-->
<!--android:orientation="horizontal">-->
<!--<android.support.v7.widget.RecyclerView-->
<!--android:id="@+id/rlv_steps"-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content" />-->
<!--</LinearLayout>-->
<!--<LinearLayout-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_margin="15dp"-->
<!--android:orientation="vertical">-->
<!--<TextView-->
<!--android:layout_width="56dp"-->
<!--android:layout_height="20dp"-->
<!--android:text="案件处理"-->
<!--android:textColor="#ff808080"-->
<!--android:textSize="14sp" />-->
<!--<LinearLayout-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:background="@drawable/shape_rectangle_white"-->
<!--android:orientation="vertical"-->
<!--android:padding="8dp">-->
<!--<TextView-->
<!--android:id="@+id/tv_issue_desc"-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:text="处理描述处理描述处理描述处理描述处理描述处理描述处理描述处理描述"-->
<!--android:textColor="#ff808080"-->
<!--android:textSize="14sp" />-->
<!--<View-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="2dp"-->
<!--android:layout_marginTop="10dp"-->
<!--android:background="@drawable/shp_line_match" />-->
<!--<RelativeLayout-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:paddingTop="14dp">-->
<!--<TextView-->
<!--android:id="@+id/tv_user_name"-->
<!--android:layout_width="wrap_content"-->
<!--android:layout_height="wrap_content"-->
<!--android:text="处理人:某某某"-->
<!--android:textColor="#ff808080"-->
<!--android:textSize="12sp" />-->
<!--<TextView-->
<!--android:id="@+id/tv_user_phone"-->
<!--android:layout_width="wrap_content"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_alignParentRight="true"-->
<!--android:text="手机号码15889898989"-->
<!--android:textColor="#ff808080"-->
<!--android:textSize="12sp" />-->
<!--</RelativeLayout>-->
<!--<View-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="2dp"-->
<!--android:layout_marginTop="14dp"-->
<!--android:background="@drawable/shp_line_match" />-->
<!--<RelativeLayout-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_marginTop="14dp">-->
<!--<TextView-->
<!--android:id="@+id/tv_dis_state"-->
<!--android:layout_width="wrap_content"-->
<!--android:layout_height="wrap_content"-->
<!--android:text="处理状态:同意"-->
<!--android:textColor="#ff808080"-->
<!--android:textSize="12sp" />-->
<!--<TextView-->
<!--android:id="@+id/tv_issue_time"-->
<!--android:layout_width="wrap_content"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_alignParentRight="true"-->
<!--android:text="处理时限1.0天"-->
<!--android:textColor="#ff808080"-->
<!--android:textSize="12sp" />-->
<!--</RelativeLayout>-->
<!--<android.support.v7.widget.RecyclerView-->
<!--android:id="@+id/rlv_photos"-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_marginTop="10dp" />-->
<!--</LinearLayout>-->
<!--</LinearLayout>-->
</LinearLayout>