优化官方通知标题显示样式
This commit is contained in:
parent
f157a5862d
commit
fb7998a42d
@ -16,9 +16,12 @@
|
||||
android:id="@+id/text"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginRight="65dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_toStartOf="@+id/time"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="3"
|
||||
android:text="通知標題標題通知標題標題"
|
||||
android:textColor="#ff161616"
|
||||
android:textSize="16sp" />
|
||||
|
Loading…
Reference in New Issue
Block a user