Themed colors for waveform seek bar and general cleanup.

This commit is contained in:
Anton Chekulaev
2020-10-12 18:43:35 +11:00
parent 066234a30a
commit efbcd0b207
6 changed files with 12 additions and 37 deletions

View File

@@ -84,6 +84,7 @@
<attr name="conversation_item_sticky_date_background" format="reference" />
<attr name="conversation_item_sticky_date_text_color" format="color" />
<attr name="conversation_item_image_outline_color" format="color" />
<attr name="conversation_item_audio_seek_bar_color" format="reference|color" />
<attr name="dialog_info_icon" format="reference" />
<attr name="dialog_alert_icon" format="reference" />

View File

@@ -87,6 +87,8 @@
<item name="quick_camera_icon">@drawable/ic_baseline_photo_camera_24</item>
<item name="quick_mic_icon">@drawable/ic_baseline_mic_24</item>
<item name="conversation_item_audio_seek_bar_color">?colorAccent</item>
</style>
<!-- This should be the default theme for the application. -->