diff options
Diffstat (limited to 'app/src/main/res/layout/activity_post_image.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_image.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml index b249f9bc..c2c223cf 100644 --- a/app/src/main/res/layout/activity_post_image.xml +++ b/app/src/main/res/layout/activity_post_image.xml @@ -212,7 +212,7 @@ <EditText android:id="@+id/post_content_edit_text_post_image_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" |