add onboarding (login), change default theme to dark

closes #14
This commit is contained in:
2021-01-16 00:16:47 +01:00
parent 3f45d769d2
commit 8a22554846
34 changed files with 514 additions and 67 deletions

View File

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