Bug 1265087 - Migrated reading list panel should have white background r?liuche draft
authorAndrzej Hunt <ahunt@mozilla.com>
Fri, 15 Apr 2016 14:16:57 -0700
changeset 352189 18514684b3ad0e10e6e1aaaade4bc8435166c6d8
parent 352188 88a642111cc13023c64ecca920312e1b3e8b372c
child 518601 a611b5dc42a4edcdb956765495dd1485be878ac7
push id15639
push userahunt@mozilla.com
push dateFri, 15 Apr 2016 21:19:00 +0000
reviewersliuche
bugs1265087
milestone48.0a1
Bug 1265087 - Migrated reading list panel should have white background r?liuche Our other home-panels have a white background. This panel was created as a copy of one of the onboarding screens, which have a grey-ish background, and that attribute wasn't removed. MozReview-Commit-ID: 2tN5ySUlxex
mobile/android/base/resources/layout/readinglistpanel_gone_fragment.xml
--- a/mobile/android/base/resources/layout/readinglistpanel_gone_fragment.xml
+++ b/mobile/android/base/resources/layout/readinglistpanel_gone_fragment.xml
@@ -8,17 +8,16 @@
             android:layout_height="wrap_content"
             android:layout_width="match_parent"
             android:orientation="vertical"
             android:fillViewport="true">
 
     <LinearLayout android:layout_width="match_parent"
                   android:layout_height="wrap_content"
                   android:minHeight="@dimen/firstrun_min_height"
-                  android:background="@color/about_page_header_grey"
                   android:gravity="center_horizontal"
                   android:orientation="vertical">
 
         <ImageView android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="40dp"
                    android:layout_marginBottom="40dp"
                    android:scaleType="fitCenter"