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

--HG--
extra : amend_source : 18514684b3ad0e10e6e1aaaade4bc8435166c6d8
This commit is contained in:
Andrzej Hunt 2016-04-15 14:16:57 -07:00
parent 8a5b550d44
commit e0fb00ef3f

View File

@ -13,7 +13,6 @@
<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">