Merge "PIP: Fix runtime crash in System UI" into nyc-dev
am: a6d383d
* commit 'a6d383d1028b8e44c54e58019540cb586a044a3e':
PIP: Fix runtime crash in System UI
Change-Id: I42d350c3d4ac82cf208d95298fcf83c682f4f69f
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
<!-- Layout for {@link com.android.systemui.tv.pip.PipControlsView}. -->
|
||||
<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:layout_width="100dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_fullscreen_white_24dp"
|
||||
android:text="@string/pip_fullscreen" />
|
||||
|
||||
<com.android.systemui.tv.pip.PipControlsButtonView
|
||||
<com.android.systemui.tv.pip.PipControlButtonView
|
||||
android:id="@+id/close_button"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -35,7 +35,7 @@
|
||||
android:src="@drawable/ic_close_white"
|
||||
android:text="@string/pip_close" />
|
||||
|
||||
<com.android.systemui.tv.pip.PipControlsButtonView
|
||||
<com.android.systemui.tv.pip.PipControlButtonView
|
||||
android:id="@+id/play_pause_button"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user