diff options
| author | 2017-05-01 18:06:24 +0000 | |
|---|---|---|
| committer | 2017-05-01 18:06:24 +0000 | |
| commit | edf5315427f56b60b93ee8207345a425e02a9d6e (patch) | |
| tree | 1f5c36be9cf26fe5dc27e42e42719d74f293c371 | |
| parent | b18823d437035d6133d581b9f65ba0a9c45f5d53 (diff) | |
| parent | 45eed80587a9d966ad7d7ec72a78d41da46ea68e (diff) | |
Merge "Removing unnecessary asset." into oc-dev
am: 45eed80587
Change-Id: I52336e75ff507b186ba74b4e5b25ac796fe6dd07
| -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 | 5 |
5 files changed, 0 insertions, 36 deletions
diff --git a/api/current.txt b/api/current.txt index c5be8173e098..265233eabc92 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1708,7 +1708,6 @@ 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 fa6eccd93a21..529f75376da8 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -1835,7 +1835,6 @@ 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 fc4c8c30a896..30b35cc46e80 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -1708,7 +1708,6 @@ 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 deleted file mode 100644 index e2dda336f8f7..000000000000 --- a/core/res/res/drawable/ic_picture_in_picture.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?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 17f4d39a3251..d8b785087ddd 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2834,11 +2834,6 @@ <public name="autofill" /> </public-group> - <public-group type="drawable" first-id="0x010800b5"> - <!-- 0x010800b4 was removed --> - <public name="ic_picture_in_picture" /> - </public-group> - <public-group type="string" first-id="0x01040019"> <public name="paste_as_plain_text" /> </public-group> |