Implement drafts for voice notes.

This commit is contained in:
Alex Hart
2021-07-02 10:28:45 -03:00
parent 2d7c043398
commit 5826b0c068
29 changed files with 945 additions and 163 deletions

View File

@@ -72,8 +72,12 @@
<attr name="waveformPlayedBarsColor" format="color" />
<attr name="waveformUnplayedBarsColor" format="color" />
<attr name="progressAndPlayTint" format="color" />
<attr name="small" format="boolean" />
<attr name="autoRewind" format="boolean" />
<attr name="audioView_mode" format="enum">
<enum name="normal" value="0" />
<enum name="small" value="1" />
<enum name="draft" value="2" />
</attr>
</declare-styleable>
<declare-styleable name="CircleColorImageView">

View File

@@ -68,6 +68,7 @@
<string name="DraftDatabase_Draft_video_snippet">(video)</string>
<string name="DraftDatabase_Draft_location_snippet">(location)</string>
<string name="DraftDatabase_Draft_quote_snippet">(reply)</string>
<string name="DraftDatabase_Draft_voice_note">(Voice message)</string>
<!-- AttachmentKeyboard -->
<string name="AttachmentKeyboard_gallery">Gallery</string>