Signal-Android/app/src/main/res/layout/voice_note_player_stub.xml
2021-07-22 11:10:57 -03:00

12 lines
540 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
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>