mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Implement drafts for voice notes.
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user