| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:orientation="horizontal"> |
| | | android:layout_weight="1"> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | <TextView |
| | | android:id="@+id/daiShenPiTag" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1"> |
| | | android:text="上报内容:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPiTag" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="上报内容:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPi" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.content}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | <TextView |
| | | android:id="@+id/daiShenPi" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingRight="5dp"> |
| | | |
| | | <TextView |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="上报时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/xiangMuJianCheng" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.reportTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.content}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | android:orientation="horizontal" |
| | | android:paddingRight="5dp"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/replyContentLL" |
| | | android:layout_width="0dp" |
| | | <TextView |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingRight="5dp"> |
| | | android:text="上报时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="回复内容:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/replyContent" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | |
| | | android:text="@{data.replyContent}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/xiangMuJianCheng" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.reportTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/replyContentLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_horizontal" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingRight="5dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="回复内容:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/replyContent" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | |
| | | android:text="@{data.replyContent}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/replyTimeLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_weight="2" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/replyTimeLL" |
| | | android:layout_width="0dp" |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_weight="2" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | android:text="回复时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_vertical" |
| | | android:text="回复时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/replyTime" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.replyTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | <TextView |
| | | android:id="@+id/replyTime" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_weight="1" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | android:text="@{data.replyTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/lookDetail" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/manage_item_btn_height" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_blue_background" |
| | | android:gravity="center" |
| | | |
| | | android:text="查看" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/manage_item_btn_text_size" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/examineBtn" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/manage_item_btn_height" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_blue_background" |
| | | android:gravity="center" |
| | | |
| | | android:text="审批" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/manage_item_btn_text_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_weight="1" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/lookDetail" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/manage_item_btn_height" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_blue_background" |
| | | android:gravity="center" |
| | | |
| | | android:text="查看" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/manage_item_btn_text_size" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/examineBtn" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/manage_item_btn_height" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_blue_background" |
| | | android:gravity="center" |
| | | |
| | | android:text="审批" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/manage_item_btn_text_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </layout> |