完善
This commit is contained in:
11
app/src/main/res/layout/item_kaomoji.xml
Normal file
11
app/src/main/res/layout/item_kaomoji.xml
Normal 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" />
|
||||
Reference in New Issue
Block a user