2021-07-07 14:23:37 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-22 11:10:57 -03:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2021-07-07 14:23:37 -03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-07-22 11:10:57 -03:00
|
|
|
android:background="@color/voice_note_player_view_background">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.voice.VoiceNotePlayerView
|
|
|
|
android:id="@+id/voice_note_player_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?selectableItemBackground" />
|
|
|
|
</FrameLayout>
|