Skip to content

Commit 07e35aa

Browse files
committed
给任务标签加padding的left和right
1 parent 33d5e71 commit 07e35aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/layout/project_topic_label_bar_item.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
android:ellipsize="end"
1111
android:gravity="center"
1212
android:maxLines="1"
13+
android:paddingLeft="5dp"
14+
android:paddingRight="5dp"
1315
android:singleLine="true"
1416
android:text="标签"
1517
android:textColor="@color/green"

0 commit comments

Comments
 (0)