Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
7643 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
3
android:singleLine="false"
4
android:minLines="3"
5
android:inputType="textMultiLine"
6
android:layout_width="match_parent"
7
android:layout_height="wrap_content" >
8
</EditText>
9
10