Yuito-app-android/app/src/main/res/layout/item_emoji_button.xml

10 lines
430 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/composeEmojiButton"
android:background="?attr/selectableItemBackgroundBorderless"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_margin="4dp"
android:padding="4dp"
xmlns:android="http://schemas.android.com/apk/res/android"
tools:ignore="ContentDescription" />