2017-01-20 17:11:40 +00: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"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/audio_view"
|
|
|
|
android:layout_width="210dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:visibility="gone"
|
2020-08-24 08:38:48 +00:00
|
|
|
app:foregroundTintColor="?android:colorControlNormal"
|
|
|
|
app:backgroundTintColor="?message_received_background_color"
|
2017-01-20 17:11:40 +00:00
|
|
|
tools:visibility="visible"/>
|