Files
Android-key-of-love/app/src/main/res/layout/item_kaomoji.xml
pengxiaolong 7814a10815 完善
2025-12-26 22:01:04 +08:00

12 lines
394 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="40dp"
android:gravity="center"
android:paddingLeft="2dp"
android:paddingRight="2dp"
android:textSize="10sp"
android:maxLines="4"
android:ellipsize="end"
android:includeFontPadding="false" />