Bug 1299977 - Update Activity Stream background colour r?sebastian draft
authorAndrzej Hunt <ahunt@mozilla.com>
Thu, 01 Sep 2016 16:41:35 -0700
changeset 409018 d44a7748584982713db3fecd352a1f22a7b223e2
parent 409017 cc57aaf2db1cc71409f13d7c7acc18640ec714b9
child 409019 1a5f98558e12f1e466a18759b9040c34eb28fa4c
push id28357
push userahunt@mozilla.com
push dateFri, 02 Sep 2016 01:29:30 +0000
reviewerssebastian
bugs1299977
milestone51.0a1
Bug 1299977 - Update Activity Stream background colour r?sebastian MozReview-Commit-ID: zyorACyIHe
mobile/android/base/resources/layout/as_content.xml
--- a/mobile/android/base/resources/layout/as_content.xml
+++ b/mobile/android/base/resources/layout/as_content.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<merge xmlns:android="http://schemas.android.com/apk/res/android"
-       android:background="@android:color/white">
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
 
     <android.support.v7.widget.RecyclerView
         android:id="@+id/activity_stream_main_recyclerview"
+        android:background="@color/about_page_header_grey"
         android:layout_width="match_parent"
         android:layout_height="match_parent"/>
 </merge>
\ No newline at end of file