adding tiny padding at the bottom of Sending

This commit is contained in:
tibbi 2022-03-24 16:04:42 +01:00
parent e0a7a82600
commit 82af3c5fcf
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
android:layout_height="wrap_content"
android:gravity="end"
android:paddingStart="@dimen/activity_margin"
android:paddingBottom="@dimen/tiny_margin"
android:paddingEnd="@dimen/activity_margin"
android:text="@string/sending"
android:textSize="@dimen/normal_text_size" />