Fix incorrect list margin & padding

This commit is contained in:
Rahul Patel
2024-08-10 01:08:01 +05:30
committed by Aayush Gupta
parent 71aabe8509
commit cae361bd8f
3 changed files with 14 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical">
<androidx.appcompat.widget.Toolbar
@@ -41,5 +42,6 @@
android:clipToPadding="true"
android:paddingBottom="@dimen/height_bottom_adj"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/view_app_list"
app:stackFromEnd="false" />
</RelativeLayout>