xuxiuxi
2017-03-27 26a392ffea412a9ad1bf868911374d66ca096fa9
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
@@ -4,6 +4,7 @@
    android:orientation="vertical" android:layout_width="match_parent"
    android:background="@android:color/white"
    android:layout_height="match_parent">
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">
@@ -12,25 +13,41 @@
            android:layout_height="match_parent"
            android:orientation="vertical">
            <LinearLayout
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:gravity="right"
                android:layout_marginTop="10dp"
                android:orientation="horizontal">
                <ImageView
                    android:id="@+id/register_add"
                    android:src="@mipmap/ic_launcher"
                    android:layout_width="20dp"
                    android:layout_height="20dp" />
                <ImageView
                    android:id="@+id/register_save"
                    android:layout_marginLeft="19dp"
                    android:layout_marginRight="35dp"
                    android:src="@mipmap/ic_launcher"
                    android:layout_width="20dp"
                    android:layout_height="20dp" />
            </LinearLayout>
                android:layout_height="25dp">
                <TextView
                    android:id="@+id/register_back"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="&lt; 人员注册"
                    android:layout_marginLeft="3dp"
                    android:layout_centerVertical="true"
                    android:textColor="#8BD2F6"
                    />
                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:gravity="right"
                    android:layout_marginTop="10dp"
                    android:orientation="horizontal">
                    <ImageView
                        android:id="@+id/register_add"
                        android:src="@mipmap/ic_launcher"
                        android:layout_width="20dp"
                        android:layout_height="20dp" />
                    <ImageView
                        android:id="@+id/register_save"
                        android:layout_marginLeft="19dp"
                        android:layout_marginRight="35dp"
                        android:src="@mipmap/ic_launcher"
                        android:layout_width="20dp"
                        android:layout_height="20dp" />
                </LinearLayout>
            </RelativeLayout>
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"