From f8af2315828b0f5a8168ea41dad6846d6ec7c0f8 Mon Sep 17 00:00:00 2001 From: Christian Hernandez Date: Tue, 20 Apr 2021 09:09:09 -0700 Subject: [PATCH] For #18830 - Remove card nickname from credit card editor (#18891) * Removed all views with regards to credit card nickname. Removed the TextInputLayout and TextInputEditText where information would be typed in. Also removed the credit card nickname title text view. I added a margin of 16 dp to the bottom ConstraintLayout that houses the delete, cancel, and save buttons as requested. * #18830 - Removed all views with regards to credit card nickname. Removed the TextInputLayout and TextInputEditText where information would be typed in. Also removed the credit card nickname title text view. I added a margin of 16 dp to the bottom ConstraintLayout that houses the delete, cancel, and save buttons as requested. --- .../layout/fragment_credit_card_editor.xml | 42 +------------------ 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/app/src/main/res/layout/fragment_credit_card_editor.xml b/app/src/main/res/layout/fragment_credit_card_editor.xml index 4efcf05ca..697d32c6d 100644 --- a/app/src/main/res/layout/fragment_credit_card_editor.xml +++ b/app/src/main/res/layout/fragment_credit_card_editor.xml @@ -149,48 +149,10 @@ - - - - - - - - - + android:layout_height="wrap_content" + android:paddingTop="16dp">