| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@drawable/ic_choose_gray_edge" |
| | | android:background="@drawable/item_ripple" |
| | | android:onClick="@{()->itemclidk.startDetail(data.issueReportId)}" |
| | | android:orientation="vertical" |
| | | android:padding="10dp"> |
| | |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="3dp" |
| | | android:layout_marginRight="10dp" |
| | | android:src="@drawable/ic_issue" /> |
| | | |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="上报内容:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="上报时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textColor="@color/item_name_text_color" |
| | | 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:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_vertical" |
| | | android:text="回复时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |