Add inline voice note player to conversation and conversation list.

This commit is contained in:
Alex Hart
2021-07-07 14:23:37 -03:00
parent 1bb87834d8
commit 06b64fe619
16 changed files with 667 additions and 54 deletions

View File

@@ -152,4 +152,7 @@
<color name="react_with_any_search_background">@color/core_grey_05</color>
<color name="react_with_any_search_hint">@color/core_grey_60</color>
<color name="react_with_any_customize_background">@color/core_white</color>
<color name="voice_note_player_view_background">@color/core_grey_02</color>
<color name="voice_note_player_speed_background_tint">@color/transparent_black_08</color>
</resources>

View File

@@ -3606,6 +3606,9 @@
<string name="PlaybackSpeedToggleTextView__1x">1x</string>
<string name="PlaybackSpeedToggleTextView__2x">2x</string>
<!-- VoiceNotePlayerView -->
<string name="VoiceNotePlayerView__s_dot_s">%1$s · %2$s</string>
<!-- EOF -->
</resources>