summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jaewan Kim <jaewan@google.com> 2016-08-10 23:22:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-08-10 23:22:21 +0000
commit25796925d93d628c168d26530d591283b227effc (patch)
treef810a75f246476b3a7873a6fc6bd1f977f8c7d01
parentc72da3331b22e09a2e8021a245b0d818b9851f53 (diff)
parent70005196951281454e987208ace25af94e254cae (diff)
Merge "PIP: Hide play/pause button by default" into nyc-mr1-dev
-rw-r--r--packages/SystemUI/res/layout/tv_pip_controls.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/tv_pip_controls.xml b/packages/SystemUI/res/layout/tv_pip_controls.xml
index 0a2f32048e02..49119fb2bda8 100644
--- a/packages/SystemUI/res/layout/tv_pip_controls.xml
+++ b/packages/SystemUI/res/layout/tv_pip_controls.xml
@@ -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>