Add placeholder previews

This commit is contained in:
Rahul Patel
2024-07-21 15:26:54 +05:30
parent 9c1dd239db
commit afe9affa05
4 changed files with 8 additions and 4 deletions

View File

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