1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-13 13:37:12 +00:00

Add shadow behind play icon in video detail fragment

This commit is contained in:
Stypox
2020-05-11 12:48:27 +02:00
parent 9e57195e14
commit bbd0df08d3
6 changed files with 29 additions and 12 deletions

View File

@@ -1283,7 +1283,7 @@ public class VideoDetailFragment extends BaseStateFragment<StreamInfo>
detailControlsPopup.setVisibility(View.GONE);
spinnerToolbar.setVisibility(View.GONE);
thumbnailPlayButton.setImageResource(R.drawable.ic_headset_white_24dp);
thumbnailPlayButton.setImageResource(R.drawable.ic_headset_shadow);
break;
}