2020-02-19 18:08:34 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.conversation.ConversationBannerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2021-01-19 21:54:10 -05:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="32dp"
|
|
|
|
android:paddingStart="16dp"
|
|
|
|
android:paddingEnd="16dp"
|
|
|
|
android:paddingTop="24dp"
|
|
|
|
android:paddingBottom="24dp"/>
|