From fa9387eea9f3a344c5cbbe430be2e2dfd9add4f9 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:09:35 -0400 Subject: Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter. --- app/src/main/res/layout/activity_comment.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout/activity_comment.xml') diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 6a6ffcdc..2081e050 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -113,6 +113,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="horizontal" + app:reverseLayout="true" android:layout_gravity="bottom" /> -- cgit v1.2.3