summaryrefslogtreecommitdiff
path: root/platform/android/res/layout/textentry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/res/layout/textentry.xml')
-rw-r--r--platform/android/res/layout/textentry.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/android/res/layout/textentry.xml b/platform/android/res/layout/textentry.xml
new file mode 100644
index 00000000..08823df8
--- /dev/null
+++ b/platform/android/res/layout/textentry.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<EditText xmlns:android="http://schemas.android.com/apk/res/android"
+ android:singleLine="false"
+ android:minLines="3"
+ android:inputType="textMultiLine"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+</EditText>