diff options
Diffstat (limited to 'vdrmanager/res/layout/channel_list.xml')
-rw-r--r-- | vdrmanager/res/layout/channel_list.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/channel_list.xml b/vdrmanager/res/layout/channel_list.xml index a632b48..e73eea6 100644 --- a/vdrmanager/res/layout/channel_list.xml +++ b/vdrmanager/res/layout/channel_list.xml @@ -15,6 +15,8 @@ android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:cacheColorHint="?android:attr/colorBackground" /> + <TextView android:id="@android:id/empty" android:layout_width="wrap_content" + android:layout_height="wrap_content" android:text="Empty set" /> </LinearLayout> <LinearLayout android:orientation="vertical" |