From 1d51ffc91e58bcc3ee35e6b6be9c980a22acc892 Mon Sep 17 00:00:00 2001 From: ykhung Date: Mon, 17 Apr 2023 14:45:23 +0800 Subject: [PATCH] Update the card preference buttons margin old: https://screenshot.googleplex.com/BtqQdQwDcLqRuKf new: https://screenshot.googleplex.com/BJWhutT5SVHpXyb Bug: 246960554 Test: presubmit Change-Id: I329938ec25db0b92cff0cf067f31b5f0fc1674aa --- res/layout/card_preference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/card_preference.xml b/res/layout/card_preference.xml index 72e17ef83a0..e02933560d2 100644 --- a/res/layout/card_preference.xml +++ b/res/layout/card_preference.xml @@ -71,7 +71,7 @@ android:id="@+id/card_preference_buttons" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" + android:layout_marginTop="10dp" android:layout_below="@android:id/summary" android:visibility="gone">