diff --git a/app/src/main/java/org/linphone/ui/main/viewmodel/MainViewModel.kt b/app/src/main/java/org/linphone/ui/main/viewmodel/MainViewModel.kt
index e55e056a9..cf78e132e 100644
--- a/app/src/main/java/org/linphone/ui/main/viewmodel/MainViewModel.kt
+++ b/app/src/main/java/org/linphone/ui/main/viewmodel/MainViewModel.kt
@@ -635,10 +635,10 @@ class MainViewModel
R.drawable.wifi_slash
}
SEND_NOTIFICATIONS_PERMISSION_NOT_GRANTED, FULL_SCREEN_INTENTS_PERMISSION_NOT_GRANTED -> {
- R.drawable.bell_simple_slash
+ R.drawable.bell_slash
}
else -> {
- R.drawable.bell_simple
+ R.drawable.bell
}
}
alertIcon.postValue(icon)
diff --git a/app/src/main/res/drawable/bell.xml b/app/src/main/res/drawable/bell.xml
new file mode 100644
index 000000000..6c8ea2439
--- /dev/null
+++ b/app/src/main/res/drawable/bell.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable/bell_simple.xml b/app/src/main/res/drawable/bell_simple.xml
deleted file mode 100644
index 99803a93f..000000000
--- a/app/src/main/res/drawable/bell_simple.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
diff --git a/app/src/main/res/drawable/bell_simple_slash.xml b/app/src/main/res/drawable/bell_simple_slash.xml
deleted file mode 100644
index 70b3b7728..000000000
--- a/app/src/main/res/drawable/bell_simple_slash.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
diff --git a/app/src/main/res/drawable/bell_slash.xml b/app/src/main/res/drawable/bell_slash.xml
new file mode 100644
index 000000000..19510cf05
--- /dev/null
+++ b/app/src/main/res/drawable/bell_slash.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/layout-sw600dp/assistant_register_fragment.xml b/app/src/main/res/layout-sw600dp/assistant_register_fragment.xml
index 9831e522c..388eab099 100644
--- a/app/src/main/res/layout-sw600dp/assistant_register_fragment.xml
+++ b/app/src/main/res/layout-sw600dp/assistant_register_fragment.xml
@@ -99,7 +99,7 @@
android:layout_marginTop="68dp"
android:background="@drawable/circle_light_blue_button_background"
android:padding="16dp"
- android:src="@drawable/bell_simple_slash"
+ android:src="@drawable/bell_slash"
android:contentDescription="@null"
app:tint="?attr/color_main2_500"
app:layout_constraintVertical_chainStyle="packed"
diff --git a/app/src/main/res/layout/assistant_register_fragment.xml b/app/src/main/res/layout/assistant_register_fragment.xml
index 7e840a0e0..131bc53cd 100644
--- a/app/src/main/res/layout/assistant_register_fragment.xml
+++ b/app/src/main/res/layout/assistant_register_fragment.xml
@@ -87,7 +87,7 @@
android:layout_marginTop="68dp"
android:background="@drawable/circle_light_blue_button_background"
android:padding="16dp"
- android:src="@drawable/bell_simple_slash"
+ android:src="@drawable/bell_slash"
android:contentDescription="@null"
app:tint="?attr/color_main2_500"
app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/layout/chat_conversation_fragment.xml b/app/src/main/res/layout/chat_conversation_fragment.xml
index eda6ea147..b63228a36 100644
--- a/app/src/main/res/layout/chat_conversation_fragment.xml
+++ b/app/src/main/res/layout/chat_conversation_fragment.xml
@@ -127,7 +127,7 @@
android:layout_width="@dimen/small_icon_size"
android:layout_height="@dimen/small_icon_size"
android:layout_marginEnd="5dp"
- android:src="@drawable/bell_simple_slash"
+ android:src="@drawable/bell_slash"
android:contentDescription="@string/content_description_chat_muted"
android:visibility="@{viewModel.isMuted ? View.VISIBLE : View.GONE, default=gone}"
app:layout_constraintStart_toStartOf="@id/title"
diff --git a/app/src/main/res/layout/chat_conversation_long_press_menu.xml b/app/src/main/res/layout/chat_conversation_long_press_menu.xml
index 77491e404..503138d0f 100644
--- a/app/src/main/res/layout/chat_conversation_long_press_menu.xml
+++ b/app/src/main/res/layout/chat_conversation_long_press_menu.xml
@@ -62,7 +62,7 @@
android:text="@{isMuted ? @string/conversation_action_unmute : @string/conversation_action_mute, default=@string/conversation_action_mute}"
android:background="@drawable/menu_item_background"
android:layout_marginBottom="1dp"
- android:drawableStart="@{isMuted ? @drawable/bell_simple : @drawable/bell_simple_slash, default=@drawable/bell_simple_slash}"
+ android:drawableStart="@{isMuted ? @drawable/bell : @drawable/bell_slash, default=@drawable/bell_slash}"
android:visibility="@{isReadOnly ? View.GONE : View.VISIBLE}"
app:layout_constraintBottom_toTopOf="@id/call"
app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/layout/chat_conversation_popup_menu.xml b/app/src/main/res/layout/chat_conversation_popup_menu.xml
index 47276a09b..f2b359f98 100644
--- a/app/src/main/res/layout/chat_conversation_popup_menu.xml
+++ b/app/src/main/res/layout/chat_conversation_popup_menu.xml
@@ -96,7 +96,7 @@
android:textColor="?attr/color_main2_500"
android:maxLines="1"
android:ellipsize="end"
- android:drawableStart="@drawable/bell_simple_slash"
+ android:drawableStart="@drawable/bell_slash"
android:drawablePadding="5dp"
android:visibility="@{conversationMuted || readOnlyConversation ? View.GONE : View.VISIBLE}"
app:drawableTint="?attr/color_main2_700"
@@ -117,7 +117,7 @@
android:textColor="?attr/color_main2_500"
android:maxLines="1"
android:ellipsize="end"
- android:drawableStart="@drawable/bell_simple"
+ android:drawableStart="@drawable/bell"
android:drawablePadding="5dp"
android:visibility="@{conversationMuted && !readOnlyConversation ? View.VISIBLE : View.GONE, default=gone}"
app:drawableTint="?attr/color_main2_700"
diff --git a/app/src/main/res/layout/chat_info_fragment.xml b/app/src/main/res/layout/chat_info_fragment.xml
index 68a0ac254..7822d8a31 100644
--- a/app/src/main/res/layout/chat_info_fragment.xml
+++ b/app/src/main/res/layout/chat_info_fragment.xml
@@ -204,7 +204,7 @@
android:onClick="@{() -> viewModel.toggleMute()}"
android:padding="16dp"
android:contentDescription="@string/content_description_chat_toggle_mute"
- android:src="@{viewModel.isMuted ? @drawable/bell_simple : @drawable/bell_simple_slash, default=@drawable/bell_simple_slash}"
+ android:src="@{viewModel.isMuted ? @drawable/bell : @drawable/bell_slash, default=@drawable/bell_slash}"
android:visibility="@{viewModel.isReadOnly ? View.GONE : View.VISIBLE}"
app:layout_constraintEnd_toStartOf="@id/call"
app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/layout/chat_list_cell.xml b/app/src/main/res/layout/chat_list_cell.xml
index 43375ce96..05c02d9b9 100644
--- a/app/src/main/res/layout/chat_list_cell.xml
+++ b/app/src/main/res/layout/chat_list_cell.xml
@@ -173,7 +173,7 @@
android:layout_width="@dimen/small_icon_size"
android:layout_height="@dimen/small_icon_size"
android:layout_marginEnd="10dp"
- android:src="@drawable/bell_simple_slash"
+ android:src="@drawable/bell_slash"
android:contentDescription="@string/content_description_chat_muted"
android:visibility="@{model.isMuted ? View.VISIBLE : View.GONE}"
app:layout_constraintEnd_toStartOf="@id/last_sent_message_status"
diff --git a/app/src/main/res/layout/main_activity_alert_top_bar.xml b/app/src/main/res/layout/main_activity_alert_top_bar.xml
index 803575a95..985271a1d 100644
--- a/app/src/main/res/layout/main_activity_alert_top_bar.xml
+++ b/app/src/main/res/layout/main_activity_alert_top_bar.xml
@@ -23,7 +23,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
- android:src="@{viewModel.alertIcon, default=@drawable/bell_simple}"
+ android:src="@{viewModel.alertIcon, default=@drawable/bell}"
android:contentDescription="@null"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"