summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2015-08-20 19:39:20 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:48 +0200
commitac843a9c98205d891512aa31fd367c3819de0876 (patch)
tree775a4b596fe154bcd5761696b9f0f67671569456
parent75273bb96ba54edea17d07f34c6110afac363edb (diff)
downloadandroid_packages_apps_Gello-ac843a9c98205d891512aa31fd367c3819de0876.tar.gz
android_packages_apps_Gello-ac843a9c98205d891512aa31fd367c3819de0876.tar.bz2
android_packages_apps_Gello-ac843a9c98205d891512aa31fd367c3819de0876.zip
Multiple fixes for location infobar
-New accent color icon for location infobar -Change infobar button color to 'accent'. Change-Id: Iad8f8347745e5e503594d222259dd254d7a6d123
-rw-r--r--res/drawable-hdpi/infobar_geolocation.pngbin0 -> 1067 bytes
-rw-r--r--res/drawable-mdpi/infobar_geolocation.pngbin0 -> 633 bytes
-rw-r--r--res/drawable-xhdpi/infobar_geolocation.pngbin0 -> 1343 bytes
-rw-r--r--res/drawable-xxhdpi/infobar_geolocation.pngbin0 -> 2137 bytes
-rw-r--r--res/drawable-xxxhdpi/infobar_geolocation.pngbin0 -> 3046 bytes
-rw-r--r--res/values/colors.xml21
6 files changed, 12 insertions, 9 deletions
diff --git a/res/drawable-hdpi/infobar_geolocation.png b/res/drawable-hdpi/infobar_geolocation.png
new file mode 100644
index 00000000..9adb3f0e
--- /dev/null
+++ b/res/drawable-hdpi/infobar_geolocation.png
Binary files differ
diff --git a/res/drawable-mdpi/infobar_geolocation.png b/res/drawable-mdpi/infobar_geolocation.png
new file mode 100644
index 00000000..f07bf21a
--- /dev/null
+++ b/res/drawable-mdpi/infobar_geolocation.png
Binary files differ
diff --git a/res/drawable-xhdpi/infobar_geolocation.png b/res/drawable-xhdpi/infobar_geolocation.png
new file mode 100644
index 00000000..a5dd7641
--- /dev/null
+++ b/res/drawable-xhdpi/infobar_geolocation.png
Binary files differ
diff --git a/res/drawable-xxhdpi/infobar_geolocation.png b/res/drawable-xxhdpi/infobar_geolocation.png
new file mode 100644
index 00000000..f16a8e6a
--- /dev/null
+++ b/res/drawable-xxhdpi/infobar_geolocation.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/infobar_geolocation.png b/res/drawable-xxxhdpi/infobar_geolocation.png
new file mode 100644
index 00000000..52738de1
--- /dev/null
+++ b/res/drawable-xxxhdpi/infobar_geolocation.png
Binary files 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 @@
<!-- legacy colors -->
<color name="white">#ffffffff</color>
<color name="black">#ff000000</color>
-
+
<color name="bookmarkWidgetHeader">#383847</color>
<color name="bookmarkWidgetDivider">#383847</color>
<color name="bookmarkWidgetItemBackground">#2b2b3c</color>
@@ -64,4 +64,7 @@
<color name="FolderTileBackground">#555</color>
<color name="FolderTileTitle">#fff</color>
<color name="FolderTileCount">#fff</color>
+
+ <!-- location infobar color -->
+ <color name="infobar_accent_blue">@color/accent</color>
</resources>