aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-08 22:31:05 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-08 22:31:05 +0000
commitb0fad500b940840f41210833fbc9b98eeb5ff6ad (patch)
treef1280addb39d0a582fdfc03d9ad37b41850f6424 /app/src/main/res
parente773ec69296b8861bd9d514e18bbe6713707fb90 (diff)
downloadinfinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.tar
infinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.tar.gz
infinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.tar.bz2
infinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.tar.lz
infinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.tar.xz
infinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.tar.zst
infinity-for-reddit-b0fad500b940840f41210833fbc9b98eeb5ff6ad.zip
Migrate from PlayerView to StyledPlayerView in ExoPlayer.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_post_video.xml2
-rw-r--r--app/src/main/res/layout/activity_view_video.xml2
-rw-r--r--app/src/main/res/layout/fragment_view_imgur_video.xml2
-rw-r--r--app/src/main/res/layout/fragment_view_reddit_gallery_video.xml2
-rw-r--r--app/src/main/res/layout/item_post_card_2_video_autoplay.xml2
-rw-r--r--app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml2
-rw-r--r--app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml2
-rw-r--r--app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml2
-rw-r--r--app/src/main/res/layout/item_post_detail_video_autoplay.xml2
-rw-r--r--app/src/main/res/layout/item_post_detail_video_autoplay_legacy_controller.xml2
-rw-r--r--app/src/main/res/layout/item_post_video_type_autoplay.xml2
-rw-r--r--app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml2
12 files changed, 12 insertions, 12 deletions
diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml
index e4ea4876..5b0b6f46 100644
--- a/app/src/main/res/layout/activity_post_video.xml
+++ b/app/src/main/res/layout/activity_post_video.xml
@@ -266,7 +266,7 @@
android:fontFamily="?attr/font_family"
android:visibility="gone" />
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_post_video_activity"
android:layout_width="match_parent"
android:layout_height="400dp"
diff --git a/app/src/main/res/layout/activity_view_video.xml b/app/src/main/res/layout/activity_view_video.xml
index 632ffe06..786cd9ae 100644
--- a/app/src/main/res/layout/activity_view_video.xml
+++ b/app/src/main/res/layout/activity_view_video.xml
@@ -21,7 +21,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_view_video_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
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 3d5c6963..3b8112d2 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.PlayerView xmlns:android="http://schemas.android.com/apk/res/android"
+<com.google.android.exoplayer2.ui.StyledPlayerView 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"
diff --git a/app/src/main/res/layout/fragment_view_reddit_gallery_video.xml b/app/src/main/res/layout/fragment_view_reddit_gallery_video.xml
index 18b0a2ce..5f11afb2 100644
--- a/app/src/main/res/layout/fragment_view_reddit_gallery_video.xml
+++ b/app/src/main/res/layout/fragment_view_reddit_gallery_video.xml
@@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".fragments.ViewRedditGalleryVideoFragment">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_view_reddit_gallery_video_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_card_2_video_autoplay.xml b/app/src/main/res/layout/item_post_card_2_video_autoplay.xml
index 11a829a4..acfbbd72 100644
--- a/app/src/main/res/layout/item_post_card_2_video_autoplay.xml
+++ b/app/src/main/res/layout/item_post_card_2_video_autoplay.xml
@@ -26,7 +26,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_card_2_video_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml
index 0c988e9d..281c9b33 100644
--- a/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml
+++ b/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml
@@ -26,7 +26,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_card_2_video_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml b/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml
index 383f4fb7..7f21cddc 100644
--- a/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml
+++ b/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml
@@ -24,7 +24,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_card_3_video_type_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml
index 54ec73a2..91509ab8 100644
--- a/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml
+++ b/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml
@@ -24,7 +24,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_card_3_video_type_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_detail_video_autoplay.xml b/app/src/main/res/layout/item_post_detail_video_autoplay.xml
index 1d0ed928..bb624809 100644
--- a/app/src/main/res/layout/item_post_detail_video_autoplay.xml
+++ b/app/src/main/res/layout/item_post_detail_video_autoplay.xml
@@ -201,7 +201,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_detail_video_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_detail_video_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_detail_video_autoplay_legacy_controller.xml
index 93b44880..49e6b34e 100644
--- a/app/src/main/res/layout/item_post_detail_video_autoplay_legacy_controller.xml
+++ b/app/src/main/res/layout/item_post_detail_video_autoplay_legacy_controller.xml
@@ -201,7 +201,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_detail_video_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_video_type_autoplay.xml b/app/src/main/res/layout/item_post_video_type_autoplay.xml
index a75863a7..edde042a 100644
--- a/app/src/main/res/layout/item_post_video_type_autoplay.xml
+++ b/app/src/main/res/layout/item_post_video_type_autoplay.xml
@@ -191,7 +191,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_video_type_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml
index 18509755..9c093823 100644
--- a/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml
+++ b/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml
@@ -191,7 +191,7 @@
android:background="#000000"
app:resize_mode="fixed_width">
- <com.google.android.exoplayer2.ui.PlayerView
+ <com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/player_view_item_post_video_type_autoplay"
android:layout_width="match_parent"
android:layout_height="match_parent"