Merge "Adjust profile category padding in factory reset page." into tm-dev
This commit is contained in:
@@ -494,6 +494,8 @@ public class MainClear extends InstrumentedFragment implements OnGlobalLayoutLis
|
||||
|
||||
if (profilesSize > 1) {
|
||||
View titleView = Utils.inflateCategoryHeader(inflater, contents);
|
||||
titleView.setPadding(0 /* left */, titleView.getPaddingTop(),
|
||||
0 /* right */, titleView.getPaddingBottom());
|
||||
final TextView titleText = (TextView) titleView.findViewById(android.R.id.title);
|
||||
|
||||
DevicePolicyManager devicePolicyManager =
|
||||
|
Reference in New Issue
Block a user