Signal-Android/app/src/main/res/layout/conversation_item_sent_audio.xml

14 lines
799 B
XML

<?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"
android:layout_width="@dimen/message_audio_width"
android:layout_height="wrap_content"
app:foregroundTintColor="@color/grey_500"
app:backgroundTintColor="@color/white"
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"
android:visibility="gone"/>