Merge "Misc GAR fixes" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-22 03:08:15 +00:00
committed by Android (Google) Code Review
7 changed files with 3 additions and 32 deletions

View File

@@ -317,7 +317,7 @@ public class EntityHeaderController {
return this;
}
actionBar.setBackgroundDrawable(
new ColorDrawable(Utils.getColorAttr(activity, android.R.attr.colorSecondary)));
new ColorDrawable(Utils.getColorAttr(activity, android.R.attr.colorPrimary)));
actionBar.setElevation(0);
if (mRecyclerView != null && mLifecycle != null) {
ActionBarShadowController.attachToRecyclerView(mActivity, mLifecycle, mRecyclerView);