From a95ef887f4a1dc45924b907f3be98d598c3bbfe1 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 10 十二月 2024 16:00:25 +0800
Subject: [PATCH] 2024年12月10日16:00:22

---
 app/src/main/res/layout/fragment_house_list.xml                     |    2 +-
 app/src/main/res/drawable/station_status_no_ffffff.xml              |    2 +-
 app/src/main/res/drawable/station_status_yes_ffffff.xml             |    2 +-
 app/src/main/res/layout/activity_my_power_station.xml               |    2 +-
 app/src/main/java/com/hdl/photovoltaic/ui/me/AsRegardsActivity.java |    2 +-
 app/src/main/res/drawable/search_bj_ff333738.xml                    |    2 +-
 app/src/main/res/drawable/bj_ff333738.xml                           |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/me/AsRegardsActivity.java b/app/src/main/java/com/hdl/photovoltaic/ui/me/AsRegardsActivity.java
index e1d9a9e..7884f75 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/me/AsRegardsActivity.java
+++ b/app/src/main/java/com/hdl/photovoltaic/ui/me/AsRegardsActivity.java
@@ -67,7 +67,7 @@
                 if (newVersionBean != null) {
                     //todo 鍙戠幇鏂扮増鏈�,鏀瑰彉UI鏍峰紡
                     viewBinding.asRegardsRlRightContentTv.setText(R.string.app_discover_new_version);
-                    viewBinding.asRegardsRlRightContentTv.setTextColor(getResources().getColor(R.color.text_245EC3, null));
+                    viewBinding.asRegardsRlRightContentTv.setTextColor(getResources().getColor(R.color.text_E6FFFFFF, null));
                 }
             }
 
diff --git a/app/src/main/res/drawable/bj_ff333738.xml b/app/src/main/res/drawable/bj_ff333738.xml
index 9531e9b..d2c7302 100644
--- a/app/src/main/res/drawable/bj_ff333738.xml
+++ b/app/src/main/res/drawable/bj_ff333738.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="@color/text_FF333738" />
+    <solid android:color="#FF1C1C1E" />
     <corners android:radius="@dimen/dp_13" />
 </shape>
\ No newline at end of file
diff --git a/app/src/main/res/drawable/search_bj_ff333738.xml b/app/src/main/res/drawable/search_bj_ff333738.xml
index 139ac6d..35b2729 100644
--- a/app/src/main/res/drawable/search_bj_ff333738.xml
+++ b/app/src/main/res/drawable/search_bj_ff333738.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <corners android:radius="@dimen/dp_17" />
-    <solid android:color="@color/text_FF333738" />
+    <solid android:color="#FF1C1C1E" />
 
 </shape>
\ No newline at end of file
diff --git a/app/src/main/res/drawable/station_status_no_ffffff.xml b/app/src/main/res/drawable/station_status_no_ffffff.xml
index eaf051e..a833f47 100644
--- a/app/src/main/res/drawable/station_status_no_ffffff.xml
+++ b/app/src/main/res/drawable/station_status_no_ffffff.xml
@@ -3,5 +3,5 @@
     <corners android:radius="@dimen/dp_8" />
     <stroke
         android:width="@dimen/dp_1"
-        android:color="@color/text_FF5C5F60" />
+        android:color="#FF39383D" />
 </shape>
diff --git a/app/src/main/res/drawable/station_status_yes_ffffff.xml b/app/src/main/res/drawable/station_status_yes_ffffff.xml
index a23190f..3f94cc9 100644
--- a/app/src/main/res/drawable/station_status_yes_ffffff.xml
+++ b/app/src/main/res/drawable/station_status_yes_ffffff.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <corners android:radius="@dimen/dp_8" />
-    <solid android:color="@color/text_FF555859" />
+    <solid android:color="#FF39383D" />
 </shape>
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_my_power_station.xml b/app/src/main/res/layout/activity_my_power_station.xml
index faffe8f..5782a51 100644
--- a/app/src/main/res/layout/activity_my_power_station.xml
+++ b/app/src/main/res/layout/activity_my_power_station.xml
@@ -22,7 +22,7 @@
         android:id="@+id/ll"
         android:layout_width="match_parent"
         android:layout_height="@dimen/dp_64"
-        android:background="@color/text_FF333738"
+        android:background="#FF1C1C1E"
         android:orientation="vertical"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml
index dc2bfe4..46cab9e 100644
--- a/app/src/main/res/layout/fragment_house_list.xml
+++ b/app/src/main/res/layout/fragment_house_list.xml
@@ -5,7 +5,7 @@
     android:id="@+id/house_list_parent"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="@color/text_FF161616">
+    android:background="#FF000000">
     <!--澶撮儴鏍囩-->
     <RelativeLayout
         android:id="@+id/title_cl"

--
Gitblit v1.8.0