Signal-Android/app/src/main/res/layout/conversation_item_received_...

16 wiersze
830 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"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/audio_view"
android:layout_width="@dimen/message_audio_width"
android:layout_height="wrap_content"
android:visibility="gone"
app:backgroundTintColor="@color/white"
app:foregroundTintColor="@color/grey_500"
app:progressAndPlayTint="@color/audio_play_pause_sent_background_tint"
app:waveformPlayedBarsColor="@color/audio_seek_bar_sent_played_color"
app:waveformThumbTint="@color/audio_seek_bar_sent_played_color"
app:waveformUnplayedBarsColor="@color/audio_seek_bar_sent_unplayed_color"
tools:visibility="visible" />