From 232fdd5d7f7027ea5a8b24a2fa316bdeaad7f4e6 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:11:03 -0400 Subject: Remove unnecessary properties in some layouts. --- app/src/main/res/layout/activity_comment.xml | 1 - app/src/main/res/layout/activity_post_text.xml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 2081e050..6a6ffcdc 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -113,7 +113,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="horizontal" - app:reverseLayout="true" android:layout_gravity="bottom" /> diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index 10851b5c..dd83a8bc 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -227,9 +227,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="horizontal" - android:layout_gravity="bottom" - app:reverseLayout="true" - app:stackFromEnd="true" /> + android:layout_gravity="bottom" /> -- cgit v1.2.3