diff options
| author | Chalard Jean <jchalard@google.com> | 2019-07-03 19:05:59 +0900 |
|---|---|---|
| committer | Lorenzo Colitti <lorenzo@google.com> | 2019-07-03 10:41:57 +0000 |
| commit | 0b6602771fb927183fcb75db28456bcb9c7d66a0 (patch) | |
| tree | 03fc16322a89ce9bb03daebadb3060799ba80c32 | |
| parent | d96cf08461eb7600c348293d6d9b6593b7d4d05f (diff) | |
| download | platform_packages_modules_CaptivePortalLogin-android10-dev.tar.gz platform_packages_modules_CaptivePortalLogin-android10-dev.tar.bz2 platform_packages_modules_CaptivePortalLogin-android10-dev.zip | |
Use the AOSP color for the captive portal app backgroundandroid10-dev
Apparently there is no way at all to reference the accent
color of the platform from a mainline module, so this has
to be some fixed color.
Test: manual
Bug: 130844386
Bug: 136636145
Change-Id: I76a9b33b8dc48fbebd8a2f7b7509fec4dda87b9e
| -rw-r--r-- | res/drawable/app_icon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/app_icon.xml b/res/drawable/app_icon.xml index 456ca83..4571b62 100644 --- a/res/drawable/app_icon.xml +++ b/res/drawable/app_icon.xml @@ -15,7 +15,7 @@ --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background> - <color android:color="@*android:color/accent_device_default_light" /> + <color android:color="#008577" /> </background> <foreground> <inset |
