wjc
2024-12-11 c92e5511f6f5b46f225e5254222ff64cee7b5d1e
2024年12月11日11:46:19
8个文件已修改
19 ■■■■ 已修改文件
app/src/main/AndroidManifest.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/hdl/photovoltaic/ui/BPowerStationActivity.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bj_ff333738.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/search_bj_ff333738.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/station_status_yes_ffffff.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_my_power_station.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/fragment_house_list.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/colors.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/AndroidManifest.xml
@@ -76,9 +76,7 @@
        android:roundIcon="@drawable/desktop_logo"
        android:supportsRtl="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.account.AreaCodeActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.QrCodeMainActivity"
            android:exported="false" />
app/src/main/java/com/hdl/photovoltaic/ui/BPowerStationActivity.java
@@ -10,6 +10,7 @@
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.LocationManager;
import android.os.Bundle;
import android.os.Process;
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="#FF1C1C1E" />
    <solid android:color="#FF2D2D2D" />
    <corners android:radius="@dimen/dp_13" />
</shape>
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="#FF1C1C1E" />
    <solid android:color="#FF2D2D2D" />
</shape>
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="#FF39383D" />
    <solid android:color="#FF2D2D2D" />
</shape>
app/src/main/res/layout/activity_my_power_station.xml
@@ -4,7 +4,7 @@
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/text_FF161616"
    android:background="#FF161719"
    tools:context="com.hdl.photovoltaic.ui.BPowerStationActivity">
    <!--(首页-电站-消息-我的)-Fragment-->
@@ -22,7 +22,7 @@
        android:id="@+id/ll"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_64"
        android:background="#FF1C1C1E"
        android:background="#FF161719"
        android:orientation="vertical"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
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="#FF000000">
    android:background="#FF161719">
    <!--头部标签-->
    <RelativeLayout
        android:id="@+id/title_cl"
app/src/main/res/values/colors.xml
@@ -54,7 +54,7 @@
    <color name="text_969696">#FF969696</color>
    <color name="text_FFECECEC">#FFECECEC</color>
    <color name="text_FF161616">#FF161616</color>
    <color name="text_FF333738">#FF333738</color>
    <color name="text_FF333738">#FF161719</color>
    <color name="text_66FFFFFF">#66FFFFFF</color>
    <color name="text_1AFFFFFF">#1AFFFFFF</color>
    <color name="text_E6FFFFFF">#E6FFFFFF</color>