Merge "DO NOT MERGE: Use quick_qs_total_height when QS is not disabled" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ca53cf7f9a
@@ -303,7 +303,7 @@ public class QuickStatusBarHeader extends RelativeLayout implements
|
|||||||
} else {
|
} else {
|
||||||
lp.height = Math.max(getMinimumHeight(),
|
lp.height = Math.max(getMinimumHeight(),
|
||||||
resources.getDimensionPixelSize(
|
resources.getDimensionPixelSize(
|
||||||
com.android.internal.R.dimen.quick_qs_offset_height));
|
com.android.internal.R.dimen.quick_qs_total_height));
|
||||||
}
|
}
|
||||||
|
|
||||||
setLayoutParams(lp);
|
setLayoutParams(lp);
|
||||||
|
|||||||
Reference in New Issue
Block a user