EasyClick 原生UI连载 三十四

EasyClick 原生UI教程

讲师:Mr-老鬼,QQ:1156346325
EasyClick 原生UI教程电梯直达
EasyClick 原生UI教程总纲

EasyClick 原生UI连载 三十四之多行编辑框

效果图

EasyClick 原生UI连载 三十四_第1张图片

main.xml




<ScrollView xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:android="http://schemas.android.com/apk/res/android"
            xsi:noNamespaceSchemaLocation="layout.xsd"
            android:layout_height="match_parent"
            android:layout_width="match_parent">
    <LinearLayout android:layout_height="match_parent"
                  android:layout_width="match_parent"
                  android:orientation="vertical"
                  android:padding="20dp">
        <TextView android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:text="表单开始,设置tag属性,用于在代码里面获取对应的值" />
        <LinearLayout android:layout_width="match_parent"
                      android:layout_height="500dp"
                      android:orientation="vertical">
            <TextView android:layout_width="match_parent"
                      android:layout_height="wrap_content"
                      android:textColor="#000000"
                      android:textSize="20sp"
                      android:text="请在下面输入内容" />
            <EditText android:layout_height="200dp"
                      android:layout_width="match_parent"
                      android:background="@drawable/inputbk"
                      android:textSize="18sp"
                      android:hint="请输入内容"
                      android:gravity="top" />

        LinearLayout>

    LinearLayout>
ScrollView>

知识点

android:gravity="top" 
android:layout_height="200dp" 

我是Mr-老鬼、QQ1156346325 。交流QQ群:620028786,647082990
------------------------------------------------版权声明------------------------------------------------------
本文版权所有~Mr-老鬼 ~转载请注明原文地址
免责声明:本文所有的教程仅限交流学习使用不得用于违法用途,造成的法律后果本人不承担责任。

你可能感兴趣的:(Easy,Click,原生,UI,系列VIP课程,android)