Remove sample data

This commit is contained in:
Zakhar Timoshenko
2023-05-06 17:19:41 +03:00
parent 48afc8624b
commit cee68069d6
26 changed files with 30 additions and 50 deletions

View File

@@ -24,7 +24,7 @@
android:layout_height="@dimen/widget_cover_height"
android:scaleType="centerCrop"
tools:ignore="ContentDescription"
tools:src="@sample/covers" />
tools:src="@tools:sample/backgrounds/scenic" />
<TextView
android:id="@+id/textView_title"
@@ -35,7 +35,7 @@
android:lines="2"
android:padding="2dp"
android:textColor="?android:attr/textColorPrimary"
tools:text="@sample/titles" />
tools:text="@tools:sample/lorem" />
</LinearLayout>