From e56ac3523cd11e18476a251d10df6d629afd7db1 Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Fri, 29 Jan 2021 13:16:30 -0500 Subject: [PATCH] SIM PIN: Fix layout issues The height of the parent views could limit the overall size of the security views. Remove the limit. Fixes: 178412096 Test: manually tested by reporter, not locally reproducible Change-Id: I8e450940bc3e06d64865b52d2c3992efbfda7cc4 --- packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml | 5 ++--- .../SystemUI/res-keyguard/layout/keyguard_sim_puk_view.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml index 796123db7c793..04e645bd0a321 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml @@ -32,9 +32,8 @@