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

@ -1552,7 +1552,7 @@ public final class VideoDetailFragment
}
final Drawable buddyDrawable
= AppCompatResources.getDrawable(activity, R.drawable.dummy_person);
= AppCompatResources.getDrawable(activity, R.drawable.placeholder_person);
binding.detailSubChannelThumbnailView.setImageDrawable(buddyDrawable);
binding.detailUploaderThumbnailView.setImageDrawable(buddyDrawable);