Merge "DO NOT MERGE: Use quick_qs_total_height when QS is not disabled" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-07-18 19:58:14 +00:00
committed by Android (Google) Code Review

View File

@@ -303,7 +303,7 @@ public class QuickStatusBarHeader extends RelativeLayout implements
} else {
lp.height = Math.max(getMinimumHeight(),
resources.getDimensionPixelSize(
com.android.internal.R.dimen.quick_qs_offset_height));
com.android.internal.R.dimen.quick_qs_total_height));
}
setLayoutParams(lp);