Simplify layouts - [1/2]

This commit is contained in:
Rahul Patel
2024-07-20 03:39:24 +05:30
parent 37e50706e7
commit 496486fb37
20 changed files with 140 additions and 208 deletions

View File

@@ -29,7 +29,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
app:itemSpacing="@dimen/margin_normal"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:stackFromEnd="false"
tools:listitem="@layout/view_app_list" />