Fix action bar color in App info header
- Action bar color is same as status bar. Test: visual Fixes: 119893936 Change-Id: I8806295f9f42b27d14eb7f3521907a3a234b9593
This commit is contained in:
@@ -321,7 +321,7 @@ public class EntityHeaderController {
|
||||
}
|
||||
actionBar.setBackgroundDrawable(
|
||||
new ColorDrawable(
|
||||
Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimary)));
|
||||
Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimaryDark)));
|
||||
actionBar.setElevation(0);
|
||||
if (mRecyclerView != null && mLifecycle != null) {
|
||||
ActionBarShadowController.attachToRecyclerView(mActivity, mLifecycle, mRecyclerView);
|
||||
|
Reference in New Issue
Block a user