summaryrefslogtreecommitdiff
path: root/platform/android/viewer/res/layout/textentry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/res/layout/textentry.xml')
-rw-r--r--platform/android/viewer/res/layout/textentry.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/android/viewer/res/layout/textentry.xml b/platform/android/viewer/res/layout/textentry.xml
deleted file mode 100644
index 08823df8..00000000
--- a/platform/android/viewer/res/layout/textentry.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>