Skip to content
Snippets Groups Projects
Commit 9c94a4c3 authored by Taras's avatar Taras
Browse files

Simplify reaction item view

parent ce487929
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.google.android.material.chip.Chip xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/emojiChip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingHorizontal="1dp"
android:paddingVertical="2dp">
<com.google.android.material.chip.Chip
android:id="@+id/emojiChip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checkable="true"
app:checkedIconVisible="false"
app:chipBackgroundColor="@color/emoji_chip_background"
app:ensureMinTouchTargetSize="false" />
</FrameLayout>
\ No newline at end of file
android:layout_marginHorizontal="1dp"
android:layout_marginVertical="2dp"
android:checkable="true"
app:checkedIconVisible="false"
app:chipBackgroundColor="@color/emoji_chip_background"
app:ensureMinTouchTargetSize="false" />
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment