| | |
| | | |
| | | <Button |
| | | android:id="@+id/btn_change_photo" |
| | | android:layout_width="0dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_height="@dimen/h40" |
| | | android:layout_gravity="center" |
| | |
| | | android:layout_weight="1" /> |
| | | |
| | | <Button |
| | | android:id="@+id/btn_sure_photo" |
| | | android:id="@+id/btn_delete_photo" |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_height="@dimen/h40" |
| | | android:layout_gravity="center" |
| | | android:background="@drawable/blue_button" |
| | | android:text="恢复默认头像" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_21" /> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" /> |
| | | <Button |
| | | android:id="@+id/btn_sure_photo" |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_height="@dimen/h40" |
| | | android:layout_gravity="center" |
| | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/h87"> |
| | | |