Improve layout preview, item_group does not exist anymore.

This commit is contained in:
Benoit Marty 2022-07-28 12:33:27 +02:00 committed by Benoit Marty
parent 59f00cd196
commit e9aab6331a
1 changed files with 1 additions and 1 deletions

View File

@ -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" />
</im.vector.app.core.platform.StateView>