You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
metu.life-android/app/src/main/res/layout/item_emoji_button.xml

10 lines
430 B

<?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" />