From 733214229c9ffcdc36e3c07a7700a942144a7562 Mon Sep 17 00:00:00 2001 From: Geoffrey Pitsch Date: Mon, 17 Jul 2017 09:31:55 -0400 Subject: [PATCH] Remove Keyguard owner info from RelativeLayout. Altering other elements in the layout was forcing unnecessary changes on the marquee scrolling. Fixes: 62400546 Test: manual Change-Id: Ib9cccb91b6a95e614917eacfddb91624aea3ba27 --- .../layout/keyguard_status_view.xml | 70 ++++++++++--------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml index 44fae86531b39..ee14f3df52738 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml @@ -28,41 +28,46 @@ androidprv:layout_maxWidth="@dimen/keyguard_security_width" androidprv:layout_maxHeight="@dimen/keyguard_security_height" android:gravity="center_horizontal|top"> - - - - - + + android:layout_gravity="center_horizontal|top"> + + + + + - +