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

Commit 793465e7 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8203856 from 6bcdf6fa to sc-qpr3-release

Change-Id: Ie31529cf22c27178c34cf3d37dfb0f998c3cd840
parents 11157a31 6bcdf6fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,13 +112,13 @@ public class KeyguardPINView extends KeyguardPinBasedInputView {

        // Password entry area
        int passwordHeight = res.getDimensionPixelSize(R.dimen.keyguard_password_height);
        View pinEntry = mContainer.findViewById(R.id.pinEntry);
        View pinEntry = findViewById(getPasswordTextViewId());
        ViewGroup.LayoutParams lp = pinEntry.getLayoutParams();
        lp.height = passwordHeight;
        pinEntry.setLayoutParams(lp);

        // Below row0
        View row0 = mContainer.findViewById(R.id.row0);
        View row0 = findViewById(R.id.row0);
        row0.setPadding(0, 0, 0, verticalMargin);

        // Above the emergency contact area