use view binding wherever possible

This commit is contained in:
2020-11-25 22:35:55 +01:00
parent 8d1c3d9a3f
commit 7df99ea0cc
12 changed files with 108 additions and 110 deletions

View File

@ -7,7 +7,7 @@
android:layout_height="match_parent"
android:background="#000000"
android:keepScreenOn="true"
tools:context=".PlayerActivity">
tools:context=".player.PlayerActivity">
<com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/video_view"