[Android] Fix video player hud focus state
Nicolas Pomepuy
git at videolan.org
Thu Jul 2 11:51:03 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jul 2 08:09:30 2020 +0200| [2ff797de8d9725948e893352ba1570618ef985c2] | committer: Nicolas Pomepuy
Fix video player hud focus state
> https://code.videolan.org/videolan/vlc-android/commit/2ff797de8d9725948e893352ba1570618ef985c2
---
application/vlc-android/res/layout/player_hud.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/application/vlc-android/res/layout/player_hud.xml b/application/vlc-android/res/layout/player_hud.xml
index 7b05604ab..ade8a30d6 100644
--- a/application/vlc-android/res/layout/player_hud.xml
+++ b/application/vlc-android/res/layout/player_hud.xml
@@ -176,6 +176,7 @@
android:id="@+id/constraintLayout2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@color/transparent"
android:paddingTop="@dimen/overlay_padding_top"
android:paddingBottom="@dimen/overlay_padding_bottom"
tools:theme="@style/Theme.VLC.Player"
More information about the Android
mailing list