Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1098684b authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Adjust profile category padding in factory reset page." into tm-dev

parents 122d28ea 0e92c7e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 =