修改bug

This commit is contained in:
squallzhjch
2023-08-24 10:14:07 +08:00
parent 13c2d55159
commit 5b2fcbddd9
13 changed files with 299 additions and 148 deletions

View File

@@ -27,7 +27,7 @@
android:layout_marginRight="30dp"
android:layout_toRightOf="@id/task_head"
android:text="linkPID"
android:textColor="#15141F"
android:textColor="@color/selector_black_blue_color"
android:textSize="14sp" />
<TextView
@@ -39,7 +39,7 @@
android:layout_alignLeft="@id/task_link_pid"
android:layout_marginTop="5dp"
android:text="mesh"
android:textColor="@color/gray_121"
android:textColor="@color/selector_gray_blue_color"
android:textSize="13sp" />
<ImageView