Bug 1400950 - Update AS panel color. r?mcomella draft
authorChenxia Liu <liuche@mozilla.com>
Tue, 19 Sep 2017 18:21:33 -0700
changeset 667397 83966a788a801e0e79860a7e46d19f4259a3abd9
parent 667396 62618299c95e302ea01730c47a7dbca407764289
child 667398 75583f7e782b0f6f6e392f582870d00bbf7519db
child 667789 dd2d254beebf4a14c19d5212e8f4525596ecc0b1
push id80692
push usercliu@mozilla.com
push dateWed, 20 Sep 2017 01:39:25 +0000
reviewersmcomella
bugs1400950
milestone57.0a1
Bug 1400950 - Update AS panel color. r?mcomella MozReview-Commit-ID: C290c5OsmzE
mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/ActivityStreamPanel.java
--- a/mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/ActivityStreamPanel.java
+++ b/mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/ActivityStreamPanel.java
@@ -56,17 +56,17 @@ public class ActivityStreamPanel extends
 
     private int desiredTileWidth;
     private int tileMargin;
     private final SharedPreferences sharedPreferences;
 
     public ActivityStreamPanel(Context context, AttributeSet attrs) {
         super(context, attrs);
 
-        setBackgroundColor(ContextCompat.getColor(context, R.color.about_page_header_grey));
+        setBackgroundColor(ContextCompat.getColor(context, R.color.photon_browser_toolbar_bg));
 
         inflate(context, R.layout.as_content, this);
 
         adapter = new StreamRecyclerAdapter();
         sharedPreferences = GeckoSharedPrefs.forProfile(context);
 
         final RecyclerView rv = (RecyclerView) findViewById(R.id.activity_stream_main_recyclerview);