From 0b0f87750410cfdb07f88c264bb059c7861a15c6 Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期五, 21 七月 2023 14:45:45 +0800
Subject: [PATCH] feature Resoure file update

---
 HDL-ON_Android/HDL-ON_Android.csproj |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index e5f0636..b14ea37 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -194,8 +194,8 @@
     <Reference Include="LcVideoSdk">
       <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath>
     </Reference>
-    <Reference Include="ys">
-      <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath>
+    <Reference Include="HdlEzvizDroid">
+      <HintPath>..\..\..\..\Downloads\HdlEzvizDroid.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>
@@ -226,6 +226,8 @@
     <Compile Include="Zxing\CustomCaptureActivity.cs" />
     <Compile Include="Zxing\ScanActivity.cs" />
     <Compile Include="LeChengVideo\LeTest.cs" />
+    <Compile Include="Other\LocationUtils.cs" />
+    <Compile Include="Other\MyLocationListener_V2.cs" />
   </ItemGroup>
   <ItemGroup>
     <AndroidAsset Include="Assets\agconnect-services.json" />
@@ -425,6 +427,10 @@
     <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\securitydoorezviz.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\VideoDoorlockClose1.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\VideoDoorLockOpen1.png" />
+    <AndroidAsset Include="Assets\Phone\LogicIcon\selectlocation.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ColorfulBar.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\GroupControl_blue.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\GroupControl_white.png" />
   </ItemGroup>
   <ItemGroup>
     <AndroidResource Include="Resources\values\colors.xml" />
@@ -751,7 +757,7 @@
     <PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
     <PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="28.0.0.3" />
     <PackageReference Include="Xamarin.Android.Support.CustomTabs" Version="28.0.0.3" />
-    <PackageReference Include="Xamarin.Essentials" Version="1.6.0" />
+    <PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
     <PackageReference Include="Xamarin.Android.Support.v4">
       <Version>28.0.0.3</Version>
     </PackageReference>

--
Gitblit v1.8.0