mac
2024-04-09 ce8d698bc9ff867b2c5f5ce50a9d1f07e27accd4
app/src/main/java/com/hdl/photovoltaic/ui/newC/adapter/HouseListAdapter.java
@@ -69,6 +69,7 @@
                holder.houseSelectIv.setBackground(AppCompatResources.getDrawable(mContext, R.drawable.select));
            }
        } else {
            holder.homeNameTv.setTextColor(mContext.getColor(R.color.text_90000000));
            holder.houseSelectIv.setVisibility(View.GONE);
        }