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

@ -22,7 +22,7 @@
</intent-filter>
</activity>
<activity
android:name=".PlayerActivity"
android:name=".player.PlayerActivity"
android:label="@string/app_name"
android:theme="@style/PlayerTheme"
android:configChanges="orientation|screenSize|layoutDirection" />