2022-08-01 10:55:40 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2022-08-09 13:29:04 -03:00
|
|
|
tools:viewBindingIgnore="true"
|
2022-08-01 10:55:40 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?selectableItemBackground"
|
|
|
|
android:paddingHorizontal="4dp"
|
|
|
|
android:paddingVertical="8dp">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiImageView
|
|
|
|
android:id="@+id/inline_query_emoji_image"
|
|
|
|
android:layout_width="32dp"
|
|
|
|
android:layout_height="32dp"
|
|
|
|
tools:src="@drawable/ic_emoji_smiley_24" />
|
|
|
|
|
|
|
|
</FrameLayout>
|