Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
17
app/src/main/res/layout/activity_exoplayer.xml
Normal file
17
app/src/main/res/layout/activity_exoplayer.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<androidx.media3.ui.PlayerView
|
||||
android:id="@+id/player_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
app:animation_enabled="false"
|
||||
app:resize_mode="fit"
|
||||
app:show_buffering="when_playing">
|
||||
</androidx.media3.ui.PlayerView>
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue