| | |
| | | <?xml version="1.0" encoding="utf-8"?>
|
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| | | xmlns:tools="http://schemas.android.com/tools"
|
| | | android:id="@+id/register_base"
|
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:background="@android:color/white"
|
| | |
| | | android:layout_marginTop="10dp"
|
| | | android:gravity="center_horizontal"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | |
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/register_choose_photo"
|
| | | android:layout_width="147dp"
|
| | | android:layout_height="206dp"
|
| | | android:gravity="center"
|
| | | />
|
| | | <!--<TextView
|
| | | android:id="@+id/register_choose_photo"
|
| | | android:layout_width="147dp"
|
| | | android:layout_height="206dp"
|
| | |
| | | android:text="选择人物快照"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@android:color/white"
|
| | | android:gravity="center"/>
|
| | | android:gravity="center"/>-->
|
| | | <ImageView
|
| | | android:id="@+id/register_update__photo"
|
| | | android:layout_width="147dp"
|