- Adding consistent scrim behind menu - Tweaking icon/button sizes - Updating the expand button depending on the current placement of the PiP - Better centering of the expand button Bug: 35358425 Test: Expand pip Change-Id: I34575bb08d4815f51b6f14f8b0e25b20b9a97320
38 lines
1.6 KiB
XML
38 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2017 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.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="60dp"
|
|
android:height="60dp"
|
|
android:viewportWidth="60"
|
|
android:viewportHeight="60">
|
|
|
|
<path
|
|
android:fillColor="#FFFFFF"
|
|
android:pathData="M8,7.5v45c0,2.75,2.25,5,5,5h34.05c2.75,0,4.95-2.25,4.95-5v-45c0-2.75-2.2-5-4.95-5H13
|
|
C10.25,2.5,8,4.75,8,7.5z
|
|
M13,6.5h34c0.55,0,1,0.45,1,1v45c0,0.55-0.45,1-1,1H13c-0.55,0-1-0.45-1-1v-45C12,6.95,12.45,6.5,13,6.5z" />
|
|
<path
|
|
android:pathData="M60,0L0,0l0,60h60V0z" />
|
|
<path
|
|
android:fillColor="#FFFFFF"
|
|
android:pathData="M20.86,35h-2c-0.55,0-1,0.45-1,1v10.5c0,0.55,0.45,1,1,1h10.5c0.55,0,1-0.45,1-1v-2c0-0.55-0.45-1-1-1h-7.5
|
|
V36C21.86,35.45,21.41,35,20.86,35z" />
|
|
<path
|
|
android:fillColor="#FFFFFF"
|
|
android:pathData="M29.64,13.5v2c0,0.55,0.45,1,1,1h7.5V24c0,0.55,0.45,1,1,1h2c0.55,0,1-0.45,1-1V13.5c0-0.55-0.45-1-1-1
|
|
h-10.5C30.09,12.5,29.64,12.95,29.64,13.5z" />
|
|
</vector> |