add some bottom padding to the Email

This commit is contained in:
tibbi 2016-08-21 20:05:23 +02:00
parent b52e5bb51e
commit 3e37344e1b

View File

@ -34,6 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/about_email_label"
android:paddingBottom="@dimen/activity_margin"
android:text="@string/email"/>
<TextView