feat: ui opt
This commit is contained in:
@@ -46,7 +46,7 @@ class IntImpManifestViewHolder(view: View) :
|
||||
|
||||
// 展开按钮颜色:绿色背景时黑色,否则保持原色
|
||||
if (bean.ref == "1") {
|
||||
binding.ivShow.setColorFilter(Color.BLACK)
|
||||
binding.ivShow.setColorFilter(Color.parseColor("#666666"))
|
||||
} else {
|
||||
binding.ivShow.clearColorFilter()
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.8"
|
||||
android:layout_weight="0.6"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
@@ -114,7 +114,7 @@
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.8"
|
||||
android:layout_weight="0.6"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
@@ -210,7 +210,7 @@
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.8"
|
||||
android:layout_weight="0.6"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
@@ -232,7 +232,7 @@
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.8"
|
||||
android:layout_weight="0.6"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user