aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_view_imgur_video.xml
blob: f6908967344f0eaa13451079202dde8dec037e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<androidx.media3.ui.PlayerView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    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"
    tools:context=".fragments.ViewImgurVideoFragment" />