<ScrollView 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:scrollbars="none">
|
|
<RelativeLayout
|
android:id="@+id/rly_question"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@drawable/sp_text_success_dialog">
|
|
<RelativeLayout
|
android:id="@+id/lly_question"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
|
<TextView
|
android:id="@+id/tv_question"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:padding="10dp"
|
android:text="我就读的第一所学校的名称?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question1"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question">
|
|
<View
|
android:id="@+id/v_line"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question1"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line"
|
android:padding="10dp"
|
android:text="我最喜欢的休闲运动是什么?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question2"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question1">
|
|
<View
|
android:id="@+id/v_line1"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question2"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line1"
|
android:padding="10dp"
|
android:text="我最喜欢的运动员是谁?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question3"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question2">
|
|
<View
|
android:id="@+id/v_line2"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question3"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line2"
|
android:padding="10dp"
|
android:text="我最喜欢的物品的名称?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question4"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question3">
|
|
<View
|
android:id="@+id/v_line3"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question4"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line3"
|
android:padding="10dp"
|
android:text="我最喜欢的歌曲?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question5"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question4">
|
|
<View
|
android:id="@+id/v_line4"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question5"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line4"
|
android:padding="10dp"
|
android:text="我最喜欢的食物?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question6"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question5">
|
|
<View
|
android:id="@+id/v_line5"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question6"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line5"
|
android:padding="10dp"
|
android:text="我最爱的人的名字?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question7"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question6">
|
|
<View
|
android:id="@+id/v_line6"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question7"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line6"
|
android:padding="10dp"
|
android:text="我最爱的电影?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question8"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question7">
|
|
<View
|
android:id="@+id/v_line7"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
|
<TextView
|
android:id="@+id/tv_question8"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line7"
|
android:padding="10dp"
|
android:text="我妈妈的生日?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/lly_question9"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly_question8">
|
|
<View
|
android:id="@+id/v_line8"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#C8C8C8"/>
|
|
<TextView
|
android:id="@+id/tv_question9"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/v_line8"
|
android:padding="10dp"
|
android:text="我的初恋日期?"
|
android:textColor="#C8C8C8"
|
android:textSize="16sp"/>
|
|
|
</RelativeLayout>
|
|
|
<View
|
android:id="@+id/v_line9"
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:layout_below="@id/lly_question9"
|
android:background="#C8C8C8"/>
|
|
|
</RelativeLayout>
|
|
</ScrollView>
|