add a bit of space to the custom view

This commit is contained in:
Eric House 2015-02-12 21:12:28 -08:00
parent 6cfedf7fb5
commit 9399ddd0ab

View file

@ -4,7 +4,7 @@
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:padding="10dp"
>
<!-- label -->
@ -27,6 +27,7 @@
<TextView android:id="@+id/msg"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:paddingTop="20dp"
android:textAppearance="?android:attr/textAppearanceMedium"
/>