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)
This commit is contained in:
Fumiaki Yoshimatsu
2021-02-01 16:43:01 -05:00
committed by Cody Henthorne
parent 341a31da00
commit a160af2d11

View File

@@ -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"