From c37a3ed3b237e3a0969c9fa2ddd3eec5ae9049d0 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Fri, 25 Oct 2019 18:42:55 +0200 Subject: [PATCH] Simplify empty list custom view layout --- app/src/main/res/layout/empty_list_view.xml | 41 +++++++++------------ 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/app/src/main/res/layout/empty_list_view.xml b/app/src/main/res/layout/empty_list_view.xml index 72cd6363..aefaf644 100644 --- a/app/src/main/res/layout/empty_list_view.xml +++ b/app/src/main/res/layout/empty_list_view.xml @@ -2,31 +2,26 @@ - + android:layout_height="match_parent" + android:gravity="center_horizontal|center_vertical" + android:orientation="vertical" + tools:ignore="UseCompoundDrawables"> - + - - - - - - + + + \ No newline at end of file