Replace empty state images with new illustrations

This commit is contained in:
Torsten Grote
2022-10-18 17:23:06 -03:00
parent 7bcffdf0d1
commit e986d4b214
28 changed files with 206 additions and 383 deletions

View File

@@ -41,7 +41,7 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_chainStyle="packed"
app:tint="?attr/colorControlNormal"
tools:src="@drawable/ic_empty_state_group_list" />
tools:src="@drawable/il_empty_state_group_list" />
<TextView
android:id="@+id/emptyText"

View File

@@ -5,6 +5,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:emptyAction="@string/no_forums_action"
app:emptyImage="@drawable/ic_empty_state_forum_list"
app:emptyImage="@drawable/il_empty_state_forum_list"
app:emptyText="@string/no_forums"
app:layout_behavior="org.briarproject.briar.android.view.BriarRecyclerViewBehavior" />