Bug 1269774 - Remove dividers from browser menu r=sebastian draft
authorAndrzej Hunt <andrzej@ahunt.org>
Tue, 03 May 2016 13:56:19 -0700
changeset 365064 0c027526b324d4de9c748a616ca3d760d1d78e77
parent 365049 f36268a3980890f7d7695e3a5161535e20c6cf57
child 365065 6c6420c40d76b4275e16b374cfc9548b220e4491
push id17622
push userbmo:ahunt@mozilla.com
push dateMon, 09 May 2016 23:51:40 +0000
reviewerssebastian
bugs1269774
milestone49.0a1
Bug 1269774 - Remove dividers from browser menu r=sebastian This removes dividers from the main menu, and also the tab-tray menu. MozReview-Commit-ID: CztHJcrEHpK
mobile/android/base/resources/values/styles.xml
--- a/mobile/android/base/resources/values/styles.xml
+++ b/mobile/android/base/resources/values/styles.xml
@@ -77,17 +77,18 @@
     </style>
 
     <style name="Widget.Spinner" parent="android:style/Widget.Spinner">
         <item name="android:minWidth">@dimen/doorhanger_input_width</item>
     </style>
 
     <style name="Widget.GeckoMenuListView" parent="Widget.ListView">
         <item name="android:listSelector">@drawable/menu_item_action_bar_bg</item>
-        <item name="android:divider">@color/toolbar_divider_grey</item>
+        <item name="android:divider">@null</item>
+        <item name="android:dividerHeight">0dp</item>
     </style>
 
     <style name="Widget.MenuItemActionBar">
         <item name="android:padding">10dip</item>
         <item name="android:background">@drawable/menu_item_action_bar_bg</item>
         <item name="android:scaleType">fitCenter</item>
         <item name="drawableTintList">@color/action_bar_menu_item_colors</item>"
     </style>