refactor(mute-user-timer): add bottom padding for design consistency

This commit is contained in:
LucasGGamerM 2023-03-06 21:07:48 -03:00
parent 04101eb31b
commit 48bd277769
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minHeight="48dp" android:minHeight="48dp"
android:paddingBottom="16dp"
android:gravity="center_vertical" android:gravity="center_vertical"
android:layoutDirection="locale"> android:layoutDirection="locale">