From 6ec12a036c96a200fc0a941967d6b4d07592f863 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 17 十二月 2020 14:31:17 +0800
Subject: [PATCH] Merge branch 'tzy' into NewFilePath

---
 HDL-ON_Android/HDL-ON_Android.csproj |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 6d0da70..3ed98a8 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -219,7 +219,9 @@
       </Generator>
     </AndroidResource>
   </ItemGroup>
-  <ItemGroup />
+  <ItemGroup>
+    <AndroidAsset Include="Assets\Phone\LogicIcon\selected+.png" />
+  </ItemGroup>
   <ItemGroup>
     <PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
     <PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="28.0.0.3" />
@@ -660,7 +662,6 @@
     <AndroidAsset Include="Assets\Phone\LogicIcon\-.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\+.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\point.png" />
-    <AndroidAsset Include="Assets\Phone\LogicIcon\ selected+.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\selected-.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\link.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\selectTheFun.png" />
@@ -668,6 +669,8 @@
     <AndroidAsset Include="Assets\Phone\LogicIcon\selectTheTime.png" />
     <AndroidAsset Include="Assets\Phone\PersonalCenter\AppUnlockSetting\FaceIdIconBig.png" />
     <AndroidAsset Include="Assets\Phone\PersonalCenter\AppUnlockSetting\FingerIconBlue.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ColorWheelGray.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ColorWheelTip.png" />
   </ItemGroup>
   <ItemGroup>
     <AndroidNativeLibrary Include="libs\armeabi-v7a\libelianjni.so" />
@@ -679,6 +682,9 @@
   <ItemGroup>
     <AndroidAsset Include="Assets\Phone\RoomListBg.png" />
   </ItemGroup>
+  <ItemGroup>
+    <AndroidAsset Include="Assets\Phone\ErrorIcon.png" />
+  </ItemGroup>
   <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" />
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.

--
Gitblit v1.8.0