Merge "PIP: Add PIP boundary" into nyc-dev
This commit is contained in:
@@ -16,8 +16,5 @@
|
|||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
|
|
||||||
<gradient
|
<stroke android:width="1dp" android:color="#33FFFFFF" />
|
||||||
android:startColor="#B2000000"
|
|
||||||
android:endColor="#00000000"
|
|
||||||
android:angle="90"/>
|
|
||||||
</shape>
|
</shape>
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<!--
|
||||||
|
Copyright (C) 2016 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
|
||||||
|
<gradient
|
||||||
|
android:startColor="#B2000000"
|
||||||
|
android:endColor="#00000000"
|
||||||
|
android:angle="90"/>
|
||||||
|
</shape>
|
||||||
@@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:background="@drawable/tv_pip_overlay_background">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/guide_overlay"
|
android:id="@+id/guide_overlay"
|
||||||
@@ -33,7 +34,7 @@
|
|||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
android:textColor="#EEEEEE"
|
android:textColor="#EEEEEE"
|
||||||
android:fontFamily="sans-serif"
|
android:fontFamily="sans-serif"
|
||||||
android:background="@drawable/tv_pip_overlay_background"
|
android:background="@drawable/tv_pip_overlay_text_background"
|
||||||
android:lineSpacingMultiplier="1.465"
|
android:lineSpacingMultiplier="1.465"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
|
|||||||
Reference in New Issue
Block a user