Multiple fixes for location infobar

  -New accent color icon for location infobar
  -Change infobar button color to 'accent'.

Change-Id: Iad8f8347745e5e503594d222259dd254d7a6d123
diff --git a/res/drawable-hdpi/infobar_geolocation.png b/res/drawable-hdpi/infobar_geolocation.png
new file mode 100644
index 0000000..9adb3f0
--- /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 0000000..f07bf21
--- /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 0000000..a5dd764
--- /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 0000000..f16a8e6
--- /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 0000000..52738de
--- /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 6a3edfd..c841434 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>