Rename dummy_* and more to placeholder_*

This commit is contained in:
Stypox 2022-07-14 10:58:48 +02:00
parent d0788550ba
commit a6cc11225d
31 changed files with 39 additions and 38 deletions

View file

@ -18,7 +18,7 @@
android:layout_marginTop="@dimen/video_item_search_image_right_margin"
android:layout_marginBottom="@dimen/video_item_search_image_right_margin"
android:scaleType="fitCenter"
android:src="@drawable/dummy_thumbnail"
android:src="@drawable/placeholder_thumbnail_video"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />