From 70672fdc401b4425b1be172bbfd84ee35ef02a94 Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Thu, 14 Mar 2024 16:14:56 -0400
Subject: Submit image posts with text content (without embedded images).
---
app/src/main/res/layout/activity_post_image.xml | 443 +++++++++++++-----------
1 file changed, 235 insertions(+), 208 deletions(-)
(limited to 'app/src/main/res/layout/activity_post_image.xml')
diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml
index b4b7e80b..1fc09b8b 100644
--- a/app/src/main/res/layout/activity_post_image.xml
+++ b/app/src/main/res/layout/activity_post_image.xml
@@ -23,240 +23,267 @@
-
-
+ android:layout_height="0dp"
+ android:layout_weight="1">
-
-
+ android:layout_height="match_parent"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+ android:padding="32dp">
+
+
+
+
+
+
-
-
-
-
-
-
-
+ android:visibility="gone" />
-
+ android:adjustViewBounds="true"
+ android:scaleType="fitStart"
+ android:visibility="gone" />
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
\ No newline at end of file
--
cgit v1.2.3