122 lines
4.3 KiB
XML
Executable File
122 lines
4.3 KiB
XML
Executable File
<?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> |