This commit is contained in:
pengxiaolong
2025-12-26 22:01:04 +08:00
parent 79b5bc0273
commit 7814a10815
108 changed files with 6538 additions and 1987 deletions

View File

@@ -0,0 +1,11 @@
<?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" />