mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 14:45:46 +00:00
Reduces bottom margin for empty state title
This commit is contained in:
parent
8ab3546696
commit
64f2942e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:text="@string/chat_empty_state_title"
|
||||
android:textColor="@color/gray100_gray400"
|
||||
android:textSize="17sp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue