Merge "PIP: Hide play/pause button by default" into nyc-mr1-dev

This commit is contained in:
Jaewan Kim
2016-08-10 23:22:19 +00:00
committed by Android (Google) Code Review

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>