| | |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:background="@color/white" |
| | | android:background="#ffffff" |
| | | android:layout_height="45dp"> |
| | | |
| | | <TextView |
| | |
| | | android:layout_marginLeft="20dp" |
| | | android:gravity="center" |
| | | android:text="取 消" |
| | | android:textColor="@color/choose_grey" |
| | | android:textSize="@dimen/choose_pop_text" /> |
| | | android:textColor="@color/title_bg" |
| | | android:textSize="19sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/bt_add" |
| | |
| | | android:layout_marginRight="20dp" |
| | | android:gravity="center" |
| | | android:text="确 定" |
| | | android:textColor="@color/title_color" |
| | | android:textSize="@dimen/choose_pop_text" /> |
| | | android:textColor="@color/title_bg" |
| | | android:textSize="19sp" /> |
| | | |
| | | |
| | | </RelativeLayout> |