From ac843a9c98205d891512aa31fd367c3819de0876 Mon Sep 17 00:00:00 2001 From: Tarun Nainani Date: Thu, 20 Aug 2015 19:39:20 -0700 Subject: Multiple fixes for location infobar -New accent color icon for location infobar -Change infobar button color to 'accent'. Change-Id: Iad8f8347745e5e503594d222259dd254d7a6d123 --- res/drawable-hdpi/infobar_geolocation.png | Bin 0 -> 1067 bytes res/drawable-mdpi/infobar_geolocation.png | Bin 0 -> 633 bytes res/drawable-xhdpi/infobar_geolocation.png | Bin 0 -> 1343 bytes res/drawable-xxhdpi/infobar_geolocation.png | Bin 0 -> 2137 bytes res/drawable-xxxhdpi/infobar_geolocation.png | Bin 0 -> 3046 bytes res/values/colors.xml | 21 ++++++++++++--------- 6 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 res/drawable-hdpi/infobar_geolocation.png create mode 100644 res/drawable-mdpi/infobar_geolocation.png create mode 100644 res/drawable-xhdpi/infobar_geolocation.png create mode 100644 res/drawable-xxhdpi/infobar_geolocation.png create mode 100644 res/drawable-xxxhdpi/infobar_geolocation.png diff --git a/res/drawable-hdpi/infobar_geolocation.png b/res/drawable-hdpi/infobar_geolocation.png new file mode 100644 index 00000000..9adb3f0e Binary files /dev/null and b/res/drawable-hdpi/infobar_geolocation.png differ diff --git a/res/drawable-mdpi/infobar_geolocation.png b/res/drawable-mdpi/infobar_geolocation.png new file mode 100644 index 00000000..f07bf21a Binary files /dev/null and b/res/drawable-mdpi/infobar_geolocation.png differ diff --git a/res/drawable-xhdpi/infobar_geolocation.png b/res/drawable-xhdpi/infobar_geolocation.png new file mode 100644 index 00000000..a5dd7641 Binary files /dev/null and b/res/drawable-xhdpi/infobar_geolocation.png differ diff --git a/res/drawable-xxhdpi/infobar_geolocation.png b/res/drawable-xxhdpi/infobar_geolocation.png new file mode 100644 index 00000000..f16a8e6a Binary files /dev/null and b/res/drawable-xxhdpi/infobar_geolocation.png differ diff --git a/res/drawable-xxxhdpi/infobar_geolocation.png b/res/drawable-xxxhdpi/infobar_geolocation.png new file mode 100644 index 00000000..52738de1 Binary files /dev/null and b/res/drawable-xxxhdpi/infobar_geolocation.png differ diff --git a/res/values/colors.xml b/res/values/colors.xml index 6a3edfd6..c841434e 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -4,16 +4,16 @@ ** ** Copyright 2006, 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 +** 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 +** 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 +** 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. */ --> @@ -40,7 +40,7 @@ #ffffffff #ff000000 - + #383847 #383847 #2b2b3c @@ -64,4 +64,7 @@ #555 #fff #fff + + + @color/accent -- cgit v1.2.3