Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70005196 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

PIP: Hide play/pause button by default

Bug: 30594655
Change-Id: I8e1a6c2b17140a2116a02d642199d4b4985f2cc5
parent c9682ab5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>