diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-08-04 06:01:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-08-04 06:01:42 +0000 |
commit | 27173031a1d2f0b5cb79b56ebfefea1939aa2525 (patch) | |
tree | 2816412c310a1bd305c7d705c01168bab9375a43 /app/src/main/res/layout/fragment_view_imgur_video.xml | |
parent | 123898c946ffe2e7c325f9883fb221d69268cd71 (diff) | |
download | infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.tar infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.tar.gz infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.tar.bz2 infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.tar.lz infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.tar.xz infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.tar.zst infinity-for-reddit-27173031a1d2f0b5cb79b56ebfefea1939aa2525.zip |
Use bottom toolbar in ViewImgurVideoFragment is available.
Diffstat (limited to 'app/src/main/res/layout/fragment_view_imgur_video.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_view_imgur_video.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/app/src/main/res/layout/fragment_view_imgur_video.xml b/app/src/main/res/layout/fragment_view_imgur_video.xml index 19331536..824a6b02 100644 --- a/app/src/main/res/layout/fragment_view_imgur_video.xml +++ b/app/src/main/res/layout/fragment_view_imgur_video.xml @@ -1,15 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" +<com.google.android.exoplayer2.ui.PlayerView 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" + android:id="@+id/player_view_view_imgur_video_fragment" xmlns:app="http://schemas.android.com/apk/res-auto" - tools:context=".fragments.ViewImgurVideoFragment"> - - <com.google.android.exoplayer2.ui.PlayerView - android:id="@+id/player_view_view_imgur_video_fragment" - android:layout_width="match_parent" - android:layout_height="match_parent" - app:controller_layout_id="@layout/exo_playback_control_view"/> - -</RelativeLayout>
\ No newline at end of file + app:controller_layout_id="@layout/exo_playback_control_view" + tools:context=".fragments.ViewImgurVideoFragment" />
\ No newline at end of file |