summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2019-04-20 05:09:02 -0700
committerJoel Galenson <jgalenson@google.com>2019-04-20 05:09:02 -0700
commit3f30b86155af1c4b2536cdba76aa8cb2a4771e41 (patch)
tree4f721e216c1c74ddcab72728addc578e428294ab /res/drawable
parentc12ca3c46973f2dec5d90296a9dc2684c0429123 (diff)
downloadandroid_packages_apps_PackageInstaller-3f30b86155af1c4b2536cdba76aa8cb2a4771e41.tar.gz
android_packages_apps_PackageInstaller-3f30b86155af1c4b2536cdba76aa8cb2a4771e41.tar.bz2
android_packages_apps_PackageInstaller-3f30b86155af1c4b2536cdba76aa8cb2a4771e41.zip
Make arrows use primary color.
Fixes: 130915286 Test: See arrows. Change-Id: I856b469969e92421e41538188b777b5acfe5a2a1
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_arrow_down.xml2
-rw-r--r--res/drawable/ic_arrow_up.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/ic_arrow_down.xml b/res/drawable/ic_arrow_down.xml
index 772d9f28..a9ecf104 100644
--- a/res/drawable/ic_arrow_down.xml
+++ b/res/drawable/ic_arrow_down.xml
@@ -18,7 +18,7 @@
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
- android:tint="?android:attr/colorControlNormal">
+ android:tint="?android:attr/textColorPrimary">
<path
android:fillColor="#000000"
android:pathData="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z" />
diff --git a/res/drawable/ic_arrow_up.xml b/res/drawable/ic_arrow_up.xml
index 139158bd..8366f003 100644
--- a/res/drawable/ic_arrow_up.xml
+++ b/res/drawable/ic_arrow_up.xml
@@ -18,7 +18,7 @@
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
- android:tint="?android:attr/colorControlNormal">
+ android:tint="?android:attr/textColorPrimary">
<path
android:fillColor="#000000"
android:pathData="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" />