Merge "Fix action bar color in App info header"

This commit is contained in:
TreeHugger Robot
2018-11-26 17:20:58 +00:00
committed by Android (Google) Code Review

View File

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