| | |
| | | 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 |