Unverified Commit 6642f154 authored by Filipe Brito's avatar Filipe Brito Committed by GitHub

Merge pull request #2071 from arthurbdiniz/fix-2059

[FIX][LAYOUT] Margin on bottom of profile fragment
parents d34e779d dee75e6a
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginBottom="16dp" android:layout_marginBottom="32dp"
android:drawableStart="@drawable/ic_email_black_20dp" android:drawableStart="@drawable/ic_email_black_20dp"
android:hint="@string/msg_email" android:hint="@string/msg_email"
android:inputType="textEmailAddress" /> android:inputType="textEmailAddress" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment