dialog_add_reaction.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<layout xmlns:android="http://schemas.android.com/apk/res/android">
 3
 4    <RelativeLayout
 5        android:layout_width="wrap_content"
 6        android:layout_height="match_parent">
 7
 8    <com.google.android.material.button.MaterialButtonGroup
 9        android:layout_centerInParent="true"
10
11        android:id="@+id/emojis"
12        style="@style/Widget.Material3.MaterialButtonGroup.Connected"
13        android:layout_width="wrap_content"
14        android:layout_height="wrap_content"
15        android:padding="?dialogPreferredPadding" />
16    </RelativeLayout>
17
18</layout>