Merge "PIP: Fix runtime crash in System UI" into nyc-dev
This commit is contained in:
@@ -20,14 +20,14 @@
|
|||||||
<!-- Layout for {@link com.android.systemui.tv.pip.PipControlsView}. -->
|
<!-- Layout for {@link com.android.systemui.tv.pip.PipControlsView}. -->
|
||||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<com.android.systemui.tv.pip.PipControlsButtonView
|
<com.android.systemui.tv.pip.PipControlButtonView
|
||||||
android:id="@+id/full_button"
|
android:id="@+id/full_button"
|
||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ic_fullscreen_white_24dp"
|
android:src="@drawable/ic_fullscreen_white_24dp"
|
||||||
android:text="@string/pip_fullscreen" />
|
android:text="@string/pip_fullscreen" />
|
||||||
|
|
||||||
<com.android.systemui.tv.pip.PipControlsButtonView
|
<com.android.systemui.tv.pip.PipControlButtonView
|
||||||
android:id="@+id/close_button"
|
android:id="@+id/close_button"
|
||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
android:src="@drawable/ic_close_white"
|
android:src="@drawable/ic_close_white"
|
||||||
android:text="@string/pip_close" />
|
android:text="@string/pip_close" />
|
||||||
|
|
||||||
<com.android.systemui.tv.pip.PipControlsButtonView
|
<com.android.systemui.tv.pip.PipControlButtonView
|
||||||
android:id="@+id/play_pause_button"
|
android:id="@+id/play_pause_button"
|
||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
Reference in New Issue
Block a user