refactor(mute-user-timer): add bottom padding for design consistency
This commit is contained in:
parent
04101eb31b
commit
48bd277769
|
@ -5,6 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="48dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:gravity="center_vertical"
|
||||
android:layoutDirection="locale">
|
||||
|
||||
|
|
Loading…
Reference in New Issue