From 844ffdad54294ac10e6aea3a87e942da959188e3 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Wed, 6 Sep 2017 17:58:01 -0700 Subject: [PATCH] Add padding to finish button for non-english languages Fixes #6930 // FREEBIE --- res/layout/profile_create_activity.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/profile_create_activity.xml b/res/layout/profile_create_activity.xml index 003977269e..07f5487a55 100644 --- a/res/layout/profile_create_activity.xml +++ b/res/layout/profile_create_activity.xml @@ -82,6 +82,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="20dp" + android:padding="10dp" android:layout_gravity="center_horizontal"/>