From da6191f60f08aaa3f1801f24ddff05d78bdc718e Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Thu, 14 Mar 2024 22:41:21 -0400
Subject: Submit video posts with text content (without embedded images).
---
app/src/main/res/layout/activity_post_video.xml | 441 +++++++++++++-----------
1 file changed, 234 insertions(+), 207 deletions(-)
(limited to 'app/src/main/res/layout/activity_post_video.xml')
diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml
index 9fdae5a3..14812cae 100644
--- a/app/src/main/res/layout/activity_post_video.xml
+++ b/app/src/main/res/layout/activity_post_video.xml
@@ -23,239 +23,266 @@
-
-
+ android:layout_height="0dp"
+ android:layout_weight="1">
-
-
+ android:layout_height="match_parent"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ android:textSize="?attr/title_font_18"
+ android:fontFamily="?attr/title_font_family" />
+
+
-
+ android:padding="32dp">
+
+
+
+
+
+
-
+ android:visibility="gone" />
-
-
-
-
-
-
-
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
-
+
\ No newline at end of file
--
cgit v1.2.3