Bug 1111598 - [Tablet] Make action bar background color consistent with the new tablet tab strip background (r=mcomella)
new file mode 100644
index 0000000000000000000000000000000000000000..eb6f5f653e7c1c39315aaa377ccec0e9a4a223df
GIT binary patch
literal 139
zc%17D@N?(olHy`uVBq!ia0vp^Y9P$P3?%12mYf5m_yc@GTp7UN_3IChW@!BX|9?_;
z&p9BUu_VYZn8D%MjWi%f%hSa%q=GT|0F%T<P9s4^3C$q0RXHIyS8NJQ?O}domZo&T
fK{Hu}$$)`@-I43}8>ZrIATvE({an^LB{Ts5)WRpb
deleted file mode 100644
index 684d6f3e70594cfc18984d379a4b95268009d0c5..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
new file mode 100644
index 0000000000000000000000000000000000000000..bad01d12080ae8c7f98c5691627160a9f4f1d22c
GIT binary patch
literal 131
zc%17D@N?(olHy`uVBq!ia0vp^QXtI13?%1G+4BcT@dx;XxH5pj>(?J1&CvM&|No@y
zo^wDxV@Z%-FoVOh8)-m}lBbJfNCjiE17pvM7&V!O!Vb?~FT+chCC^we+zjfmU|?oQ
WlV<syr%<H`GRxD|&t;ucLK6V<T_zs@
deleted file mode 100644
index 0b82d97360feff832064db31e520fdca4a947c65..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
new file mode 100644
index 0000000000000000000000000000000000000000..4ab8b40a1912b22050d1c57abc430411679f074d
GIT binary patch
literal 146
zc%17D@N?(olHy`uVBq!ia0vp^Mj*_=3?wxlRx|@C{s5m4R|YV6{rbbB85;lp|DTlI
za}LO7ED7=pW^j0RBMrzg^mK6yskrs_{6<~|1`a02i+{_@n7FNk{zn(FmM*K#GImrD
m;9y~@bP@TTdS+7RnJh-7eZtDO`^)!&jP`W(b6Mw<&;$T+j4c!Z
deleted file mode 100644
index 8d0e77b75acd0eb2a4aad741d8e08b6b272a764c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
--- a/mobile/android/base/resources/values-v11/styles.xml
+++ b/mobile/android/base/resources/values-v11/styles.xml
@@ -72,17 +72,17 @@
<item name="android:minWidth">@dimen/doorhanger_input_width</item>
</style>
<style name="Widget.TextView.SpinnerItem" parent="android:style/Widget.Holo.Light.TextView.SpinnerItem">
<item name="android:textColor">#FF000000</item>
</style>
<style name="GeckoActionBar" parent="@android:style/Widget.Holo.Light.ActionMode">
- <item name="android:background">@drawable/ab_stacked_transparent_light_holo</item>
+ <item name="android:background">@drawable/ab_background</item>
</style>
<style name="TextAppearance.Widget.ActionBar.Title" parent="@android:style/TextAppearance.Medium"/>
<style name="GeckoActionBar.Title" parent="TextAppearance.Widget.ActionBar.Title">
<item name="android:drawableLeft">@drawable/ab_done</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:paddingLeft">15dp</item>
--- a/mobile/android/base/resources/values/styles.xml
+++ b/mobile/android/base/resources/values/styles.xml
@@ -746,17 +746,17 @@
</style>
<style name="ToastButton" parent="ToastButtonBase">
<item name="android:textAppearance">?android:textAppearanceSmall</item>
<item name="android:textStyle">bold</item>
</style>
<style name="GeckoActionBar">
- <item name="android:background">@drawable/ab_stacked_transparent_light_holo</item>
+ <item name="android:background">@drawable/ab_background</item>
</style>
<style name="GeckoActionBar.Title">
<item name="android:gravity">center_vertical</item>
<item name="android:minWidth">0dp</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:textAppearance">@style/TextAppearance.Medium</item>
<item name="android:drawableLeft">@drawable/ab_done</item>