2017-01-20 09:11:40 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.components.AudioView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/audio_view"
|
2020-05-28 16:50:27 -03:00
|
|
|
android:layout_width="@dimen/message_audio_width"
|
2017-01-20 09:11:40 -08:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:foregroundTintColor="@color/grey_500"
|
|
|
|
app:backgroundTintColor="@color/white"
|
2020-11-10 10:20:54 -05:00
|
|
|
app:waveformThumbTint="@color/audio_seek_bar_sent_played_color"
|
|
|
|
app:waveformPlayedBarsColor="@color/audio_seek_bar_sent_played_color"
|
|
|
|
app:waveformUnplayedBarsColor="@color/audio_seek_bar_sent_unplayed_color"
|
|
|
|
app:progressAndPlayTint="@color/audio_play_pause_sent_background_tint"
|
2017-01-20 09:11:40 -08:00
|
|
|
android:visibility="gone"/>
|