Remove unnecessary properties in some layouts.

This commit is contained in:
Docile-Alligator
2024-09-19 16:11:03 -04:00
parent fa9387eea9
commit 232fdd5d7f
2 changed files with 1 additions and 4 deletions

View File

@ -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>

View File

@ -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>