[6.7.0]冷启动调整
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user