Rename dummy_* and more to placeholder_*
This commit is contained in:
parent
4d58026d06
commit
6ea85e6380
31 changed files with 39 additions and 38 deletions
|
|
@ -3108,7 +3108,7 @@ public final class Player implements
|
|||
public Bitmap getThumbnail() {
|
||||
if (currentThumbnail == null) {
|
||||
currentThumbnail = BitmapFactory.decodeResource(
|
||||
context.getResources(), R.drawable.dummy_thumbnail);
|
||||
context.getResources(), R.drawable.placeholder_thumbnail_video);
|
||||
}
|
||||
return currentThumbnail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue