From 0c40f39a9097b5cfc4b1060a8ecbcad0332265c1 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 7 Nov 2022 09:39:01 -0300 Subject: [PATCH] Revert "Replace illustration for error fragment" This reverts commit dab8d731 --- briar-android/artwork/ic_error.svg | 4 ---- briar-android/src/main/res/drawable/ic_error.xml | 13 ------------- .../res/layout/list_item_conversation_msg_out.xml | 3 ++- 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 briar-android/artwork/ic_error.svg delete mode 100644 briar-android/src/main/res/drawable/ic_error.xml diff --git a/briar-android/artwork/ic_error.svg b/briar-android/artwork/ic_error.svg deleted file mode 100644 index fb585e152..000000000 --- a/briar-android/artwork/ic_error.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/briar-android/src/main/res/drawable/ic_error.xml b/briar-android/src/main/res/drawable/ic_error.xml deleted file mode 100644 index 645dcf10e..000000000 --- a/briar-android/src/main/res/drawable/ic_error.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/briar-android/src/main/res/layout/list_item_conversation_msg_out.xml b/briar-android/src/main/res/layout/list_item_conversation_msg_out.xml index 9bd2ea589..7e03d0a7f 100644 --- a/briar-android/src/main/res/layout/list_item_conversation_msg_out.xml +++ b/briar-android/src/main/res/layout/list_item_conversation_msg_out.xml @@ -36,7 +36,8 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:spanCount="2" - tools:ignore="ContentDescription" /> + tools:ignore="ContentDescription" + tools:src="@drawable/alerts_and_states_error" />