diff options
Diffstat (limited to 'app/src/main/res/layout/activity_post_text.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_text.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index dd83a8bc..10851b5c 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -227,7 +227,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="horizontal" - android:layout_gravity="bottom" /> + android:layout_gravity="bottom" + app:reverseLayout="true" + app:stackFromEnd="true" /> </LinearLayout> |