Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Created October 13, 2015 15:22
Show Gist options
  • Save pareshchouhan/0ac60c5b8d438bcd2f2f to your computer and use it in GitHub Desktop.
Save pareshchouhan/0ac60c5b8d438bcd2f2f to your computer and use it in GitHub Desktop.
<EditText
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:inputType="textMultiLine"
android:lines="8"
android:minLines="6"
android:gravity="top|left"
android:maxLines="10"
android:scrollbars="vertical"
android:hint="Long Text"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment