add some bottom padding to the Email

This commit is contained in:
tibbi 2016-08-21 20:05:50 +02:00
parent ddfc69abba
commit 608d263c4a

View File

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