Merge "Fix action bar color in App info header"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d2a678b67
@@ -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);
|
||||||
|
Reference in New Issue
Block a user