Files
timelapse-android/app/src/main/res/layout/activity_video_player.xml
2025-03-10 23:59:22 +01:00

11 lines
462 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.exoplayer2.ui.PlayerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/playerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--<SurfaceView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/surfaceView"
android:layout_width="match_parent"
android:layout_height="match_parent" />-->