Add full screen support to Android Exoplayer (#1730)

This commit is contained in:
IbrahimSulai
2020-01-29 03:51:21 +05:30
committed by GitHub
parent 0df667692b
commit 9200dce1ae
7 changed files with 153 additions and 34 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -71,6 +71,22 @@
android:paddingRight="4dp"
android:includeFontPadding="false"
android:textColor="#FFBEBEBE"/>
<FrameLayout
android:id="@+id/exo_fullscreen_button"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_gravity="right">
<ImageView
android:id="@+id/exo_fullscreen_icon"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:src="@drawable/fullscreen_expand"/>
</FrameLayout>
</LinearLayout>
</LinearLayout>