diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-13 02:52:04 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-13 02:52:04 +0000 |
commit | ff91d33a88f9da04949662efa595e55d5efa1544 (patch) | |
tree | e3d7e65b30622276643e50211ede50a856de655e /app/src/main/res/layout/fragment_view_imgur_video.xml | |
parent | 4abb494709e36bba2b384258e9cb36aaa3494a34 (diff) | |
download | infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.gz infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.bz2 infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.lz infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.xz infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.zst infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.zip |
Migrate to AndroidX Media3.
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 | 2 |
1 files changed, 1 insertions, 1 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 919dce1e..f6908967 100644 --- a/app/src/main/res/layout/fragment_view_imgur_video.xml +++ b/app/src/main/res/layout/fragment_view_imgur_video.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<com.google.android.exoplayer2.ui.StyledPlayerView xmlns:android="http://schemas.android.com/apk/res/android" +<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" |