summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>