| | |
| | | android:background="@drawable/top_state_bg" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/manage_state_progress" |
| | | android:layout_width="wrap_content" |
| | | <RelativeLayout |
| | | android:id="@+id/manage_state_progressRL" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_margin="5dp" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_choose_bg_whit" |
| | | android:gravity="center" |
| | | android:text="未解决" |
| | | android:textColor="@color/title_color" |
| | | android:textSize="@dimen/top_state_text_size" |
| | | android:textStyle="bold" /> |
| | | android:background="@drawable/ic_choose_bg_whit"> |
| | | |
| | | <TextView |
| | | android:id="@+id/manage_state_progress" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_centerHorizontal="true" |
| | | android:layout_centerVertical="true" |
| | | android:gravity="center" |
| | | android:text="未完成" |
| | | android:textColor="@color/title_color" |
| | | android:textSize="@dimen/top_state_text_size" |
| | | android:textStyle="bold" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/red_dot_img" |
| | | android:layout_width="9dp" |
| | | android:layout_height="9dp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_toEndOf="@+id/manage_state_progress" |
| | | android:src="@drawable/ic_red_dot" |
| | | android:visibility="gone" /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/manage_state_finish" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_margin="5dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="已解决" |
| | | android:text="已完成" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/top_state_text_size" /> |
| | | |
| | |
| | | android:id="@+id/recyclerView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="#fff" |
| | | android:background="@color/item_bg_color" |
| | | android:overScrollMode="never" |
| | | android:padding="10dp" /> |
| | | |