summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-03-24 17:21:13 +0100
committertom79 <tschneider.ac@gmail.com>2019-03-24 17:21:13 +0100
commit58efaf1d00fed5bd47b233ea50a1b12e89939bca (patch)
tree79b57cf41c5fa3ccbaaf4eb649209931998dfa96 /app/src/main/res/layout
parent4c54271a70cffe4104919e6791dd8d2ba61bb63f (diff)
Fix last issues
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/popup_poll.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/layout/popup_poll.xml b/app/src/main/res/layout/popup_poll.xml
index 8d4e54cf6..5782121fa 100644
--- a/app/src/main/res/layout/popup_poll.xml
+++ b/app/src/main/res/layout/popup_poll.xml
@@ -25,6 +25,7 @@
android:id="@+id/choice_1"
android:hint="@string/poll_choice_1"
android:singleLine="true"
+ android:maxLength="25"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
@@ -32,6 +33,7 @@
<EditText
android:id="@+id/choice_2"
android:hint="@string/poll_choice_2"
+ android:maxLength="25"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -40,6 +42,7 @@
<EditText
android:id="@+id/choice_3"
android:hint="@string/poll_choice_3"
+ android:maxLength="25"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -48,6 +51,7 @@
<EditText
android:id="@+id/choice_4"
android:hint="@string/poll_choice_4"
+ android:maxLength="25"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"