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)
fork-5.53.8
Fumiaki Yoshimatsu 2021-02-01 16:43:01 -05:00 zatwierdzone przez Cody Henthorne
rodzic 341a31da00
commit a160af2d11
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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