xuxiuxi
2017-07-13 20b03b8b4a5d4a63ab713600e6f92b57a5f17f1f


git-svn-id: http://192.168.1.226/svn/proxy@705 454eff88-639b-444f-9e54-f578c98de674
1个文件已修改
33 ■■■■■ 已修改文件
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml 33 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml
@@ -1,8 +1,8 @@
<?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_attender_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">
@@ -95,6 +95,33 @@
                        android:background="#07000000"
                        android:padding="0dp"
                        android:adjustViewBounds="true"
                        />
                </LinearLayout>
                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:paddingLeft="@dimen/w50dp"
                    android:paddingRight="@dimen/w50dp"
                    android:layout_marginTop="@dimen/h15dp"
                    android:layout_marginBottom="@dimen/h15dp"
                    >
                    <TextView
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_weight="1"
                        android:text="访客注册"
                        android:gravity="center"
                        android:textSize="@dimen/w16dp"
                        android:id="@+id/fragment_visitor_register_to_visitor_register"
                        />
                    <TextView
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_weight="1"
                        android:text="考勤注册"
                        android:background="#ffd700"
                        android:textSize="@dimen/w16dp"
                        android:gravity="center"
                        />
                </LinearLayout>
                <LinearLayout
@@ -238,4 +265,4 @@
            </LinearLayout>
        </LinearLayout>
    </ScrollView>
</LinearLayout>
</FrameLayout>