mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fix background color of voice message item
This commit is contained in:
parent
4c5be39f46
commit
14dbbee1e3
@ -132,10 +132,6 @@
|
||||
<color name="vctr_voice_message_lock_background_light">#FFF3F8FD</color>
|
||||
<color name="vctr_voice_message_lock_background_dark">#22252B</color>
|
||||
|
||||
<attr name="vctr_voice_message_playback_background" format="color" />
|
||||
<color name="vctr_voice_message_playback_background_light">#FFE3E8F0</color>
|
||||
<color name="vctr_voice_message_playback_background_dark">#FF394049</color>
|
||||
|
||||
<attr name="vctr_voice_message_recording_playback_background" format="color" />
|
||||
<color name="vctr_voice_message_recording_playback_background_light">#FFE3E8F0</color>
|
||||
<color name="vctr_voice_message_recording_playback_background_dark">#FF394049</color>
|
||||
|
@ -137,7 +137,6 @@
|
||||
|
||||
<!-- Voice Message -->
|
||||
<item name="vctr_voice_message_lock_background">@color/vctr_voice_message_lock_background_dark</item>
|
||||
<item name="vctr_voice_message_playback_background">@color/vctr_voice_message_playback_background_dark</item>
|
||||
<item name="vctr_voice_message_recording_playback_background">@color/vctr_voice_message_recording_playback_background_dark</item>
|
||||
<item name="vctr_voice_message_toast_background">@color/vctr_voice_message_toast_background_dark</item>
|
||||
</style>
|
||||
|
@ -139,7 +139,6 @@
|
||||
|
||||
<!-- Voice Message -->
|
||||
<item name="vctr_voice_message_lock_background">@color/vctr_voice_message_lock_background_light</item>
|
||||
<item name="vctr_voice_message_playback_background">@color/vctr_voice_message_playback_background_light</item>
|
||||
<item name="vctr_voice_message_recording_playback_background">@color/vctr_voice_message_recording_playback_background_light</item>
|
||||
<item name="vctr_voice_message_toast_background">@color/vctr_voice_message_toast_background_light</item>
|
||||
</style>
|
||||
|
@ -11,7 +11,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_voice_playback"
|
||||
android:backgroundTint="?vctr_voice_message_playback_background"
|
||||
android:backgroundTint="?vctr_content_quinary"
|
||||
android:minHeight="48dp"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingTop="6dp"
|
||||
|
Loading…
Reference in New Issue
Block a user