Simplify empty list custom view layout

This commit is contained in:
Shinokuni 2019-10-25 18:42:55 +02:00
parent ed7293e1d8
commit c37a3ed3b2
1 changed files with 18 additions and 23 deletions

View File

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