diff --git a/library/ui-styles/src/main/res/values/colors.xml b/library/ui-styles/src/main/res/values/colors.xml index 927977431b..d7097b404d 100644 --- a/library/ui-styles/src/main/res/values/colors.xml +++ b/library/ui-styles/src/main/res/values/colors.xml @@ -136,10 +136,6 @@ #FFE3E8F0 #FF394049 - - @android:color/white - #FF8E99A4 - #FFE3E8F0 #FF394049 diff --git a/library/ui-styles/src/main/res/values/theme_dark.xml b/library/ui-styles/src/main/res/values/theme_dark.xml index 43693031a3..18ed21ae14 100644 --- a/library/ui-styles/src/main/res/values/theme_dark.xml +++ b/library/ui-styles/src/main/res/values/theme_dark.xml @@ -138,7 +138,6 @@ @color/vctr_voice_message_lock_background_dark @color/vctr_voice_message_playback_background_dark - @color/vctr_voice_message_play_pause_button_background_dark @color/vctr_voice_message_recording_playback_background_dark @color/vctr_voice_message_toast_background_dark diff --git a/library/ui-styles/src/main/res/values/theme_light.xml b/library/ui-styles/src/main/res/values/theme_light.xml index 2eaba62550..974a9e0b24 100644 --- a/library/ui-styles/src/main/res/values/theme_light.xml +++ b/library/ui-styles/src/main/res/values/theme_light.xml @@ -140,7 +140,6 @@ @color/vctr_voice_message_lock_background_light @color/vctr_voice_message_playback_background_light - @color/vctr_voice_message_play_pause_button_background_light @color/vctr_voice_message_recording_playback_background_light @color/vctr_voice_message_toast_background_light diff --git a/vector/src/main/res/layout/item_timeline_event_voice_stub.xml b/vector/src/main/res/layout/item_timeline_event_voice_stub.xml index 2e10ad1550..26b8742086 100644 --- a/vector/src/main/res/layout/item_timeline_event_voice_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_voice_stub.xml @@ -26,7 +26,7 @@ android:layout_width="32dp" android:layout_height="32dp" android:background="@drawable/bg_voice_play_pause_button" - android:backgroundTint="?vctr_voice_message_play_pause_button_background" + android:backgroundTint="?android:colorBackground" android:src="@drawable/ic_play_pause_play" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" diff --git a/vector/src/main/res/layout/view_voice_message_recorder.xml b/vector/src/main/res/layout/view_voice_message_recorder.xml index 0c975aa9cb..5b48ca4a43 100644 --- a/vector/src/main/res/layout/view_voice_message_recorder.xml +++ b/vector/src/main/res/layout/view_voice_message_recorder.xml @@ -173,7 +173,7 @@ android:layout_height="32dp" android:layout_marginStart="8dp" android:background="@drawable/bg_voice_play_pause_button" - android:backgroundTint="?vctr_voice_message_play_pause_button_background" + android:backgroundTint="?android:colorBackground" android:contentDescription="@string/a11y_play_voice_message" android:src="@drawable/ic_play_pause_play" app:layout_constraintBottom_toBottomOf="parent"