summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDandan Sun <dandan.sun@nxp.com>2019-05-28 19:46:25 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-28 19:46:25 -0700
commit2f2c4c574083d6e6badce614b1cafd75ece6beb7 (patch)
tree8eaccfddff99bcef3883a29f68c292531dab3b4b
parentfedb97f0358ac0f6e9c229eabed88ec78ad810be (diff)
parent7a77bc212de1ffc95904d00446d303a192a7859c (diff)
downloadGallery2-2f2c4c574083d6e6badce614b1cafd75ece6beb7.tar.gz
Merge "Fix Gallery2 bug: when play video with USB mouse there is one opaque UI layer on the video(DPU 2D blit will do alpha blending for this UI and 4K video, then it cant achieve 60fps)" am: 598bf0efb1
am: 7a77bc212d Change-Id: Ia6636ca10f267854f1a3b79dde91564f37eae5be
-rw-r--r--res/layout/movie_view.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/movie_view.xml b/res/layout/movie_view.xml
index 75b8dfd4f..97aa156fd 100644
--- a/res/layout/movie_view.xml
+++ b/res/layout/movie_view.xml
@@ -20,7 +20,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<VideoView android:id="@+id/surface_view"
- android:visibility="invisible"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true" />