emojireactions: resize buttons

main
Alibek Omarov 5 years ago
parent e1eaea9d5a
commit 489c81a12a
  1. 5
      app/src/main/res/layout/item_emoji_reaction.xml

@ -10,10 +10,13 @@
android:id="@+id/status_emoji_reaction" android:id="@+id/status_emoji_reaction"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginRight="5dp"
android:layout_marginBottom="1dp"
android:minWidth="0dp"
android:lines="1" android:lines="1"
android:textAlignment="viewStart" android:textAlignment="viewStart"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:textSize="?attr/status_text_small" android:textSize="?attr/status_text_medium"
tools:text="A 0" /> tools:text="A 0" />
</FrameLayout> </FrameLayout>

Loading…
Cancel
Save