Signal-Android/app/src/main/res/layout/conversation_item_sent_audio.xml
2020-10-22 16:56:16 -04:00

14 lines
795 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="?attr/audio_seek_bar_sent_played_color"
app:waveformPlayedBarsColor="?attr/audio_seek_bar_sent_played_color"
app:waveformUnplayedBarsColor="?attr/audio_seek_bar_sent_unplayed_color"
app:progressAndPlayTint="?attr/audio_play_pause_sent_background_tint"
android:visibility="gone"/>