diff options
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | api/test-current.txt | 1 | ||||
| -rw-r--r-- | core/res/res/drawable/ic_picture_in_picture.xml | 28 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 8a25ab4e5b71..14b914ef88d9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1710,6 +1710,7 @@ package android { field public static final int ic_notification_clear_all = 17301594; // 0x108005a field public static final int ic_notification_overlay = 17301595; // 0x108005b field public static final int ic_partial_secure = 17301596; // 0x108005c + field public static final int ic_picture_in_picture = 17301685; // 0x10800b5 field public static final int ic_popup_disk_full = 17301597; // 0x108005d field public static final int ic_popup_reminder = 17301598; // 0x108005e field public static final int ic_popup_sync = 17301599; // 0x108005f diff --git a/api/system-current.txt b/api/system-current.txt index 874917964717..db1ef3a491ab 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -1834,6 +1834,7 @@ package android { field public static final int ic_notification_clear_all = 17301594; // 0x108005a field public static final int ic_notification_overlay = 17301595; // 0x108005b field public static final int ic_partial_secure = 17301596; // 0x108005c + field public static final int ic_picture_in_picture = 17301685; // 0x10800b5 field public static final int ic_popup_disk_full = 17301597; // 0x108005d field public static final int ic_popup_reminder = 17301598; // 0x108005e field public static final int ic_popup_sync = 17301599; // 0x108005f diff --git a/api/test-current.txt b/api/test-current.txt index 7a73d4b62f77..63bf3c55400a 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -1710,6 +1710,7 @@ package android { field public static final int ic_notification_clear_all = 17301594; // 0x108005a field public static final int ic_notification_overlay = 17301595; // 0x108005b field public static final int ic_partial_secure = 17301596; // 0x108005c + field public static final int ic_picture_in_picture = 17301685; // 0x10800b5 field public static final int ic_popup_disk_full = 17301597; // 0x108005d field public static final int ic_popup_reminder = 17301598; // 0x108005e field public static final int ic_popup_sync = 17301599; // 0x108005f diff --git a/core/res/res/drawable/ic_picture_in_picture.xml b/core/res/res/drawable/ic_picture_in_picture.xml new file mode 100644 index 000000000000..e2dda336f8f7 --- /dev/null +++ b/core/res/res/drawable/ic_picture_in_picture.xml @@ -0,0 +1,28 @@ +<?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="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="#FFFFFF" + android:pathData="M19 11h-8v6h8v-6zm4 8V4.98C23 3.88 22.1 3 21 3H3c-1.1 0-2 .88-2 1.98V19c0 1.1 .9 +2 2 2h18c1.1 0 2-.9 2-2zm-2 .02H3V4.97h18v14.05z" /> + <path + android:pathData="M0 0h24v24H0V0z" /> +</vector>
\ No newline at end of file diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 9e98efde2c73..89c912fd1f83 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2834,6 +2834,7 @@ <public-group type="drawable" first-id="0x010800b4"> <public name="autofilled_highlight" /> + <public name="ic_picture_in_picture" /> </public-group> <public-group type="string" first-id="0x01040019"> |