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

Commit d5bee85e authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

PIP: Hide play/pause button by default

am: 70005196

Change-Id: I82bb2fcb3ab91920c4d1ebb7d3c716b36f7e5bff
parents cdfc4916 70005196
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>