summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_done_92.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/drawable/ic_done_92.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/drawable/ic_done_92.xml')
-rw-r--r--res/drawable/ic_done_92.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/ic_done_92.xml b/res/drawable/ic_done_92.xml
index 396338d3..185b274d 100644
--- a/res/drawable/ic_done_92.xml
+++ b/res/drawable/ic_done_92.xml
@@ -20,6 +20,6 @@
android:viewportWidth="92.0"
android:viewportHeight="92.0">
<path
- android:fillColor="#C8CCCE"
+ android:fillColor="#000000"
android:pathData="M34.5,61.99 L18.51,46 13.09,51.42 34.5,72.83l46,-46 -5.42,-5.42z"/>
</vector>