Simple Empty State Messages

This implements very basic and simple empty state messages for the
current features.

Closes #327
This commit is contained in:
Torsten Grote
2016-06-29 13:12:41 -03:00
parent 759b1c7448
commit 37a5d884b8
4 changed files with 10 additions and 6 deletions

View File

@@ -24,8 +24,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center"
android:padding="@dimen/margin_activity_horizontal"
android:text="@string/no_data"
android:textSize="@dimen/text_size_large"
android:text="@string/no_data"/>
tools:text="@string/no_contacts"/>
</RelativeLayout>