PIP: Hide play/pause button by default

am: 7000519695

Change-Id: I82bb2fcb3ab91920c4d1ebb7d3c716b36f7e5bff
This commit is contained in:
Jaewan Kim
2016-08-10 23:36:00 +00:00
committed by android-build-merger

View File

@@ -41,5 +41,6 @@
android:layout_height="wrap_content"
android:layout_marginStart="-50dp"
android:src="@drawable/ic_pause_white_24dp"
android:text="@string/pip_pause" />
android:text="@string/pip_pause"
android:visibility="gone" />
</merge>