mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Replace empty state images with new illustrations
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user