Simplify empty list custom view layout

This commit is contained in:
Shinokuni 2019-10-25 18:42:55 +02:00
parent ed7293e1d8
commit c37a3ed3b2

View File

@ -2,10 +2,6 @@
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -25,8 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="@string/no_feed" />
</LinearLayout>
</FrameLayout>
</layout>