diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-07-12 07:41:55 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-07-12 07:42:01 -0700 |
commit | bb94f32a0042c8e2ab3d6e0de1b693713d2a6eab (patch) | |
tree | db48ae6d8e3dd04f28fa5b17ff1c0efcf1cd36a6 /tools/aapt2/integration-tests | |
parent | f7f48b17cbdfffa130cdb8991a9c2b09f7659664 (diff) |
Revert "AAPT2: Auto-version adaptive-icon XML"
This reverts commit 5b7337f77cf036dda2c7218ccf22dedc774dcf76.
Bug: 63579299
Test: none
Change-Id: Ib617c4edfc16eeae3507b59b2debeae4f8bbf9a5
Diffstat (limited to 'tools/aapt2/integration-tests')
-rw-r--r-- | tools/aapt2/integration-tests/AppOne/res/drawable/adaptive-icon.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/aapt2/integration-tests/AppOne/res/drawable/adaptive-icon.xml b/tools/aapt2/integration-tests/AppOne/res/drawable/adaptive-icon.xml deleted file mode 100644 index e3cda7e1e979..000000000000 --- a/tools/aapt2/integration-tests/AppOne/res/drawable/adaptive-icon.xml +++ /dev/null @@ -1,20 +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. ---> - -<adaptive-icon xmlns:android="http://schema.android.com/apk/res/android"> - <background android:drawable="@android:color/white" /> - <foreground android:drawable="@drawable/image" /> -</adaptive-icon> |