xuxiuxi
2017-07-17 e8b108bd133a2a3a2d9aef0cccf0353d2bd73c7e
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visitor_register.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:register="http://schemas.android.com/apk/res-auto"
    android:id="@+id/fragment_visitor_register_linear_layout"
    android:id="@+id/fragment_register_frame_layout"
    android:orientation="vertical" android:layout_width="match_parent"
    android:background="@android:color/white"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    >
    <ScrollView
        android:layout_width="match_parent"
@@ -56,6 +57,45 @@
                        android:text=""/>
                </LinearLayout>
            </RelativeLayout>
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:paddingLeft="@dimen/w50dp"
                android:paddingRight="@dimen/w50dp"
                >
                <TextView
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    />
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="访客注册"
                    android:background="#ffd700"
                    android:textSize="@dimen/w16dp"
                    android:gravity="center"
                    android:layout_gravity="right"
                    android:paddingLeft="@dimen/w20dp"
                    android:paddingRight="@dimen/w20dp"
                    />
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="考勤注册"
                    android:gravity="center"
                    android:textSize="@dimen/w16dp"
                    android:id="@+id/fragment_visitor_register_to_attender_register"
                    android:layout_gravity="right"
                    android:paddingLeft="@dimen/w20dp"
                    android:paddingRight="@dimen/w20dp"
                    />
                <TextView
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    />
            </LinearLayout>
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
@@ -256,4 +296,4 @@
            </LinearLayout>
        </LinearLayout>
    </ScrollView>
</LinearLayout>
</FrameLayout>