xuxiuxi
2017-03-27 26a392ffea412a9ad1bf868911374d66ca096fa9


git-svn-id: http://192.168.1.226/svn/proxy@191 454eff88-639b-444f-9e54-f578c98de674
2个文件已修改
23 ■■■■■ 已修改文件
VisitFace/DemoForBsk/app/src/main/java/com/bsk/zhangbo/demoforbsk/ui/fragment/RegisterFragment.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/java/com/bsk/zhangbo/demoforbsk/ui/fragment/RegisterFragment.java
@@ -21,6 +21,7 @@
import com.bsk.zhangbo.demoforbsk.service.PersonMng;
import com.bsk.zhangbo.demoforbsk.service.VisitorTypeMng;
import com.bsk.zhangbo.demoforbsk.listeners.OkButtonClickedListener;
import com.bsk.zhangbo.demoforbsk.ui.activity.MainActivity;
import com.bsk.zhangbo.demoforbsk.widget.BirthdayPickerDialog;
import com.bsk.zhangbo.demoforbsk.widget.CountrySelectionPopup;
import com.bsk.zhangbo.demoforbsk.widget.SingleSelectionPopup;
@@ -264,6 +265,11 @@
        Toast.makeText(getActivity(), "证件快照", Toast.LENGTH_SHORT).show();
    }
    @OnClick(R.id.register_back)
    public void back(View view) {
        MainActivity.selectPage(0);
    }
    @Override
    public void onClick(View v) {}
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,6 +13,19 @@
            android:layout_height="match_parent"
            android:orientation="vertical">
            <RelativeLayout
                android:layout_width="match_parent"
                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"
@@ -31,6 +45,9 @@
                    android:layout_width="20dp"
                    android:layout_height="20dp" />
            </LinearLayout>
            </RelativeLayout>
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"