Assign urlbar background to actionbar

   Bug: 5242700
   changed phone style to have urlbar background

Change-Id: I145480b25e1691281eaa0cc154eae5198c61fdc5
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 20e7297..c9cb170 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -40,7 +40,7 @@
         <item name="android:windowIsTranslucent">true</item>
     </style>
     <style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar">
-        <item name="android:background">@drawable/bg_browsertabs</item>
+        <item name="android:background">@drawable/bg_urlbar</item>
         <item name="android:displayOptions"></item>
     </style>
     <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">