Bug 1280405 - Add windowActionBar to theme in base configuration. r=ahunt draft
authorMichael Comella <michael.l.comella@gmail.com>
Mon, 27 Jun 2016 15:40:33 -0700
changeset 381718 1abbe06c608ed0c8e83c17f9aeb803de1510eefd
parent 381717 35e0d7dd7cd7bff301b75756361b36b275102404
child 524009 4074c9e55e9324814fde1b499dc1ce416472c2a4
push id21529
push usermichael.l.comella@gmail.com
push dateMon, 27 Jun 2016 22:40:56 +0000
reviewersahunt
bugs1280405
milestone48.0
Bug 1280405 - Add windowActionBar to theme in base configuration. r=ahunt MozReview-Commit-ID: GCCzveppDDl
mobile/android/base/resources/values/themes.xml
--- a/mobile/android/base/resources/values/themes.xml
+++ b/mobile/android/base/resources/values/themes.xml
@@ -6,16 +6,17 @@
 <resources>
 
     <!--
         Base application theme. This could be overridden by GeckoBaseTheme
         in other res/values-XXX/themes.xml.
     -->
     <style name="GeckoBase" parent="Theme.AppCompat.Light.DarkActionBar">
         <item name="windowNoTitle">true</item>
+        <item name="windowActionBar">false</item>
         <item name="android:windowContentOverlay">@null</item>
     </style>
 
     <style name="GeckoDialogBase" parent="@android:style/Theme.Dialog">
         <item name="android:windowNoTitle">true</item>
         <item name="android:windowContentOverlay">@null</item>
     </style>