From 841fec87dc81eb8559beaf605f0ef06cf0ca90c5 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 22 Nov 2021 19:27:45 +0800 Subject: Fix TrackSelectionDialog button color. Do not automatically show control view in autoplaying videos. --- app/src/main/res/layout/item_post_card_2_video_autoplay.xml | 1 + .../res/layout/item_post_card_2_video_autoplay_legacy_controller.xml | 1 + app/src/main/res/layout/item_post_detail_video_autoplay.xml | 1 + .../res/layout/item_post_detail_video_autoplay_legacy_controller.xml | 1 + app/src/main/res/layout/item_post_video_type_autoplay.xml | 1 + .../main/res/layout/item_post_video_type_autoplay_legacy_controller.xml | 1 + 6 files changed, 6 insertions(+) (limited to 'app/src/main/res/layout') 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 62f68bb2..3f3cf37c 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 @@ -31,6 +31,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:show_timeout="1500" + app:auto_show="false" app:controller_layout_id="@layout/exo_autoplay_playback_control_view" />