diff options
Diffstat (limited to 'app/src/main/res/layout/activity_post_poll.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_poll.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_post_poll.xml b/app/src/main/res/layout/activity_post_poll.xml index e2d4101c..e54d988f 100644 --- a/app/src/main/res/layout/activity_post_poll.xml +++ b/app/src/main/res/layout/activity_post_poll.xml @@ -213,7 +213,7 @@ <EditText android:id="@+id/post_content_edit_text_post_poll_activity" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:background="#00000000" android:gravity="top" android:hint="@string/post_optional_text_content_hint" |