Bug 1254239 - Align bookmark folders with other home panel items. r=mcomella draft
authorChenxia Liu <liuche@mozilla.com>
Mon, 07 Mar 2016 11:49:37 -0800
changeset 337447 abafbc68f17d11525412c10b5301ac14aa2e27aa
parent 337446 b8e594c21349c24f07bf6a63764f3c1bb9734e46
child 515666 bc80dd3f6a4db8c06afefaf4800c5ca7096b1c22
push id12361
push usercliu@mozilla.com
push dateMon, 07 Mar 2016 19:49:57 +0000
reviewersmcomella
bugs1254239
milestone47.0a1
Bug 1254239 - Align bookmark folders with other home panel items. r=mcomella MozReview-Commit-ID: KRfmSVqbhSl
mobile/android/base/resources/values/styles.xml
--- a/mobile/android/base/resources/values/styles.xml
+++ b/mobile/android/base/resources/values/styles.xml
@@ -162,18 +162,18 @@
     <style name="Widget.ReadingListRow.ReadTime">
         <item name="android:textColor">@color/fennec_ui_orange</item>
     </style>
 
     <style name="Widget.BookmarkFolderView" parent="Widget.TwoLinePageRow.Title">
         <item name="android:singleLine">true</item>
         <item name="android:ellipsize">none</item>
         <item name="android:background">@color/about_page_header_grey</item>
-        <item name="android:paddingLeft">@dimen/page_row_edge_padding</item>
-        <item name="android:drawablePadding">@dimen/page_row_edge_padding</item>
+        <item name="android:paddingLeft">20dp</item>
+        <item name="android:drawablePadding">20dp</item>
         <item name="android:drawableLeft">@drawable/bookmark_folder</item>
     </style>
 
     <style name="Widget.PanelItemView" />
 
     <style name="Widget.PanelItemView.Title">
         <item name="android:textAppearance">@style/TextAppearance.Widget.Home.ItemTitle</item>
         <item name="android:maxLines">2</item>