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

@@ -29,7 +29,8 @@
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img_icon"
android:layout_width="@dimen/icon_size"
android:layout_height="@dimen/icon_size" />
android:layout_height="@dimen/icon_size"
tools:src="@drawable/bg_placeholder" />
<TextView
android:id="@+id/txt_line1"