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

Commit 25796925 authored by Jaewan Kim's avatar Jaewan Kim Committed by Android (Google) Code Review
Browse files

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

parents c72da333 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>