summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-10-20 16:57:12 -0700
committerPhilip P. Moltmann <moltmann@google.com>2016-10-28 12:38:51 -0700
commit2bac5c43beddd4717cf9a362a9c0d22c83d3e60e (patch)
treed1683db17f5b7d94bbc939d2a04cc7164132f200 /res/values/colors.xml
parent03c6b224b93910624759a97343e81786df6b9ee8 (diff)
downloadandroid_packages_apps_PackageInstaller-2bac5c43beddd4717cf9a362a9c0d22c83d3e60e.tar.gz
android_packages_apps_PackageInstaller-2bac5c43beddd4717cf9a362a9c0d22c83d3e60e.tar.bz2
android_packages_apps_PackageInstaller-2bac5c43beddd4717cf9a362a9c0d22c83d3e60e.zip
Add progress bars and make them show something
In the staging activity show a progress bar and make the layout of the activity match the other activities (with a big center icon). Update the progress bar while installing and show the same icon as used by app stores (download icon). Test: Only UI changes, hence I looked at the UIs. Change-Id: I47eec806370eb0404851f5d7aee31f4626cd7af7
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 00000000..01a0c9a8
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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.
+ -->
+
+<resources>
+ <color name="bigIconColor">#C8CCCE</color>
+</resources>