Files
Android-key-of-love/app/src/main/res/layout/item_emoji.xml

12 lines
434 B
XML
Raw Normal View History

2025-12-26 22:01:04 +08:00
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2026-02-10 18:26:31 +08:00
android:layout_height="@dimen/sw_48dp"
2025-12-26 22:01:04 +08:00
android:gravity="center"
2026-02-10 18:26:31 +08:00
android:paddingLeft="@dimen/sw_4dp"
android:paddingRight="@dimen/sw_4dp"
android:textSize="@dimen/sw_20sp"
2025-12-26 22:01:04 +08:00
android:maxLines="2"
android:ellipsize="end"
android:includeFontPadding="false" />