Skip to content

Commit 232fdd5

Browse files
Remove unnecessary properties in some layouts.
1 parent fa9387e commit 232fdd5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/src/main/res/layout/activity_comment.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
android:layout_width="match_parent"
114114
android:layout_height="wrap_content"
115115
android:scrollbars="horizontal"
116-
app:reverseLayout="true"
117116
android:layout_gravity="bottom" />
118117

119118
</LinearLayout>

app/src/main/res/layout/activity_post_text.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@
227227
android:layout_width="match_parent"
228228
android:layout_height="wrap_content"
229229
android:scrollbars="horizontal"
230-
android:layout_gravity="bottom"
231-
app:reverseLayout="true"
232-
app:stackFromEnd="true" />
230+
android:layout_gravity="bottom" />
233231

234232
</LinearLayout>
235233

0 commit comments

Comments
 (0)