packages/apps/Gallery2
修订版 | 46cd5be4e9499e7ae56dd2b37b78a76fc15d8154 (tree) |
---|---|
时间 | 2017-08-16 16:30:38 |
作者 | android-build-team Robot <android-build-team-robot@goog...> |
Commiter | android-build-team Robot |
release-request-a0f7506a-1cd6-4a03-927b-8d29e0c545e6-for-git_oc-mr1-release-4277764 snap-temp-L23600000093606242
Change-Id: I713d2ac36756702344bb11b25134f9564c5efc94
@@ -0,0 +1,19 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Copyright (C) 2017 The Android Open Source Project | |
3 | + | |
4 | + Licensed under the Apache License, Version 2.0 (the "License"); | |
5 | + you may not use this file except in compliance with the License. | |
6 | + You may obtain a copy of the License at | |
7 | + | |
8 | + http://www.apache.org/licenses/LICENSE-2.0 | |
9 | + | |
10 | + Unless required by applicable law or agreed to in writing, software | |
11 | + distributed under the License is distributed on an "AS IS" BASIS, | |
12 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
13 | + See the License for the specific language governing permissions and | |
14 | + limitations under the License. | |
15 | +--> | |
16 | +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | |
17 | + <background android:drawable="@color/ic_launcher_gallery_background"/> | |
18 | + <foreground android:drawable="@mipmap/ic_launcher_gallery_foreground"/> | |
19 | +</adaptive-icon> | |
\ No newline at end of file |
@@ -15,6 +15,7 @@ | ||
15 | 15 | --> |
16 | 16 | <resources> |
17 | 17 | <color name="default_background">#000</color> |
18 | + <color name="ic_launcher_gallery_background">#4285f4</color> | |
18 | 19 | |
19 | 20 | <!-- configuration for album set page --> |
20 | 21 | <color name="albumset_background">#1A1A1A</color> |