From 0e4d9bdcb934b280de47ef4926f778c21a7e874a Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Fri, 20 Dec 2019 14:23:49 -0500 Subject: [PATCH] Enable postal code field in CardInputWidget by default --- example/res/layout/card_token_activity.xml | 3 +-- .../main/java/com/stripe/android/view/CardInputWidget.kt | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/example/res/layout/card_token_activity.xml b/example/res/layout/card_token_activity.xml index f67afb48a65..9d67148e34f 100644 --- a/example/res/layout/card_token_activity.xml +++ b/example/res/layout/card_token_activity.xml @@ -28,8 +28,7 @@ + android:layout_height="wrap_content" />