activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/linearlayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/tv_name1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginTop="15dp"
android:layout_marginRight="30dp"
android:padding="15dp"
android:text="Name:"
android:textSize="15sp" />
<EditText
android:id="@+id/et_name1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:hint="Enter Your Name"
android:padding="15dp"
android:textSize="15sp" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</RelativeLayout>
 一只名叫tom的猫
一只名叫tom的猫 
					萧十郎
 
					守着星空守着你
 随时随地看视频慕课网APP
随时随地看视频慕课网APP
相关分类