Comment removed

This commit is contained in:
Caesar2011
2018-07-10 11:58:36 +02:00
parent fa8697cca5
commit 026497010c
5 changed files with 40 additions and 24 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/caption"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/text_margin"
android:text="@string/no_items_available"
android:gravity="center"
/>
</LinearLayout>