[6.7.0]冷启动调整

This commit is contained in:
xuxinchao
2024-10-28 00:51:21 +08:00
parent 7aac3c7e80
commit a0c9a5a234
7 changed files with 45 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ class ColdStartNodeAdapter : RecyclerView.Adapter<ColdStartNodeAdapter.NodeInfoH
if("启动成功" == node.status || "启动中…" == node.status){
holder.tvNodeStatus.setTextColor(Color.parseColor("#B2FFFFFF"))
}else{
holder.tvNodeStatus.setTextColor(Color.parseColor("#FFCD3D"))
holder.tvNodeStatus.setTextColor(Color.parseColor("#FF4E41"))
}
}
}

View File

@@ -2,6 +2,8 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvNodeStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:textSize="@dimen/sp_32"
>
</TextView>