手机适配
This commit is contained in:
@@ -1,11 +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="48dp"
|
||||
android:layout_height="@dimen/sw_48dp"
|
||||
android:gravity="center"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
android:textSize="20sp"
|
||||
android:paddingLeft="@dimen/sw_4dp"
|
||||
android:paddingRight="@dimen/sw_4dp"
|
||||
android:textSize="@dimen/sw_20sp"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"
|
||||
android:includeFontPadding="false" />
|
||||
|
||||
Reference in New Issue
Block a user