aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/layout/activity_comment.xml1
-rw-r--r--app/src/main/res/layout/activity_post_text.xml4
2 files changed, 1 insertions, 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" />
</LinearLayout>
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" />
</LinearLayout>