| | |
| | | android:numColumns="2"> |
| | | |
| | | </GridView> |
| | | |
| | | <Button |
| | | android:id="@+id/person_manage_btn_sure" |
| | | style="@style/setting_button" |
| | | android:layout_width="@dimen/w155" |
| | | android:layout_height="@dimen/h60" |
| | | android:background="@drawable/blue_button" |
| | | android:text="确定" |
| | | android:layout_gravity="center" |
| | | android:layout_marginBottom="@dimen/dp_15" |
| | | android:paddingBottom="@dimen/dp_15" |
| | | android:paddingLeft="@dimen/dp_30" |
| | | android:paddingRight="@dimen/dp_30" |
| | | android:paddingTop="@dimen/dp_15" |
| | | android:text="确定" /> |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_25" |
| | | android:visibility="visible" /> |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |