<?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:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@color/white" tools:context="com.shunzhi.parent.ui.activity.binding.CheckInfoActivity"> <include layout="@layout/top" /> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <LinearLayout android:id="@+id/iphone_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="80dp" android:orientation="vertical"> </LinearLayout> <LinearLayout android:id="@+id/info_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="20dp" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:layout_marginLeft="60dp" android:layout_marginRight="60dp" android:layout_marginTop="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 孩子姓名:" android:textSize="@dimen/sp_16" /> <TextView android:id="@+id/child_name" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/rudio_bord" android:gravity="center" android:textColor="@color/textColor" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:layout_marginLeft="60dp" android:layout_marginRight="60dp" android:layout_marginTop="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 学 校:" android:textSize="@dimen/sp_16" /> <TextView android:id="@+id/child_school" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/rudio_bord" android:gravity="center" android:textColor="@color/textColor" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:layout_marginLeft="60dp" android:layout_marginRight="60dp" android:layout_marginTop="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 班 级:" android:textSize="@dimen/sp_16" /> <TextView android:id="@+id/child_class" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/rudio_bord" android:gravity="center" android:textColor="@color/textColor" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:layout_marginLeft="60dp" android:layout_marginRight="60dp" android:layout_marginTop="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="学校所属地区:" android:textSize="@dimen/sp_16" /> <TextView android:id="@+id/school_area" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/rudio_bord" android:gravity="center" android:textColor="@color/textColor" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:layout_marginLeft="60dp" android:layout_marginRight="60dp" android:layout_marginTop="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 学生账号:" android:textSize="@dimen/sp_16" /> <TextView android:id="@+id/student_code" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/rudio_bord" android:gravity="center" android:textColor="@color/textColor" /> </LinearLayout> </LinearLayout> </LinearLayout> </LinearLayout>