Fix alignment issues in group creator dialog

This commit is contained in:
Mauricio Colli 2019-10-07 02:33:29 -03:00
parent ee00c8c26f
commit 3e9471686b
2 changed files with 7 additions and 4 deletions

View file

@ -34,6 +34,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:paddingTop="6dp"
android:paddingBottom="6dp"
android:gravity="center_vertical"
android:hint="@string/feed_group_dialog_name_input"
app:errorEnabled="true"