From f49856cb0e1e9d95fe11bb64054a407f69943d16 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 30 十一月 2020 19:34:35 +0800 Subject: [PATCH] 2020-11-30-1 --- HDL-ON_Android/HDL-ON_Android.csproj | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index b1300fb..20e7750 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -573,7 +573,7 @@ <AndroidAsset Include="Assets\Phone\LogicIcon\addconditiontarget.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\back.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\next.png" /> - <AndroidAsset Include="Assets\Phone\LogicIcon\pushswitch.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\off.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\functionicon.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\timeicon.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\timecondition.png" /> @@ -584,6 +584,13 @@ <AndroidAsset Include="Assets\Phone\LogicIcon\lightloguc.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\outletlogic.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\bjicon.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\on.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\weekoff.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\weekon.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\set.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\editname.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\delayed.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\scene.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" /> -- Gitblit v1.8.0