2020-02-19 18:08:34 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-02-09 11:42:57 -05:00
|
|
|
<org.thoughtcrime.securesms.conversation.ConversationBannerView
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2021-02-09 11:42:57 -05:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-02-19 18:08:34 -04:00
|
|
|
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"
|
2021-02-09 11:42:57 -05:00
|
|
|
android:paddingBottom="24dp"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|