From e9aab6331aef19b1fa6df08d3d24c98ffb7df958 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 28 Jul 2022 12:33:27 +0200 Subject: [PATCH] Improve layout preview, item_group does not exist anymore. --- vector/src/main/res/layout/fragment_group_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/fragment_group_list.xml b/vector/src/main/res/layout/fragment_group_list.xml index cdf0ffeb9a..d54ffa7155 100644 --- a/vector/src/main/res/layout/fragment_group_list.xml +++ b/vector/src/main/res/layout/fragment_group_list.xml @@ -10,6 +10,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:overScrollMode="always" - tools:listitem="@layout/item_group" /> + tools:listitem="@layout/item_space" />