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" />