blob: 919dce1e5827cb4a25e3c2e5aff05b2e82889cfc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.exoplayer2.ui.StyledPlayerView 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" />
|