From a160af2d115fb5acffe9b6b3dba7ffd0b06a7fa8 Mon Sep 17 00:00:00 2001 From: Fumiaki Yoshimatsu Date: Mon, 1 Feb 2021 16:43:01 -0500 Subject: [PATCH] Adds some breathing space in the button caption. Fix to a bug reported in the [beta forum](https://community.signalusers.org/t/beta-feedback-for-the-upcoming-android-5-3-release/25088/353) --- app/src/main/res/layout/edit_about_fragment.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/edit_about_fragment.xml b/app/src/main/res/layout/edit_about_fragment.xml index ba8f4d77bf..1fe9fbb0f3 100644 --- a/app/src/main/res/layout/edit_about_fragment.xml +++ b/app/src/main/res/layout/edit_about_fragment.xml @@ -86,6 +86,8 @@ android:layout_gravity="bottom|end" android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" android:textColor="@color/white" android:text="@string/EditProfileNameFragment_save" app:cornerRadius="80dp"