aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_view_reddit_gallery_video.xml
blob: ba8b4744587000d595b142b52aba2422c72162dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    tools:context=".fragments.ViewRedditGalleryVideoFragment">

    <androidx.media3.ui.PlayerView
        android:id="@+id/player_view_view_reddit_gallery_video_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:animateLayoutChanges="true"
        app:controller_layout_id="@layout/exo_playback_control_view"
        app:animation_enabled="false" />

</RelativeLayout>