Merge "Remove reference to LOCAL_PACKAGE_OVERRIDES."
diff --git a/res/layout/movie_view.xml b/res/layout/movie_view.xml
index 75b8dfd..97aa156 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" />