From f5496a99cdb55c52fa222a658e64f1bc705cedf3 Mon Sep 17 00:00:00 2001 From: Bill Lin Date: Mon, 18 Apr 2022 17:47:50 +0800 Subject: [PATCH] Remove redundant margin from SudContentFrame Test: make and diff screen Bug: 229197953 Change-Id: I8d4de113ba69ee72b0eb36ad95ae395afa6eab11 --- res/layout/face_enroll_introduction.xml | 4 +--- res/layout/fingerprint_enroll_introduction.xml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/res/layout/face_enroll_introduction.xml b/res/layout/face_enroll_introduction.xml index 5e7a6a1596c..c497015ebcd 100644 --- a/res/layout/face_enroll_introduction.xml +++ b/res/layout/face_enroll_introduction.xml @@ -30,9 +30,7 @@ android:layout_height="wrap_content" android:clipChildren="false" android:clipToPadding="false" - android:orientation="vertical" - android:layout_marginStart="?attr/sudMarginStart" - android:layout_marginEnd="?attr/sudMarginEnd"> + android:orientation="vertical"> + android:orientation="vertical">