From 540b64a0d29ca27f7017905bc7b383243200f5a5 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:04:53 -0400 Subject: Submit link posts with text content (without embedded images). --- app/src/main/res/layout/activity_post_link.xml | 412 +++++++++++++------------ 1 file changed, 220 insertions(+), 192 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_post_link.xml b/app/src/main/res/layout/activity_post_link.xml index d295f5fd..c8b2ca55 100644 --- a/app/src/main/res/layout/activity_post_link.xml +++ b/app/src/main/res/layout/activity_post_link.xml @@ -23,219 +23,247 @@ - - + android:layout_height="0dp" + android:layout_weight="1"> - - - - - - - - - - - - - - - - - - - - + android:layout_height="match_parent" + android:orientation="vertical"> - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - + android:paddingStart="16dp" + android:paddingEnd="16dp" + android:clickable="true" + android:focusable="true" + android:background="?attr/selectableItemBackground"> + + + + + + + + + + + + + + + + + android:textSize="?attr/content_font_18" + android:fontFamily="?attr/content_font_family" /> - + - - - - - + + + + + + \ No newline at end of file -- cgit v1.2.3