From fb172b32f28e7b3f6da0bedfc1c95b3259e6fbed Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 21 七月 2021 16:59:24 +0800 Subject: [PATCH] 2021-07-21 1.隐藏录像回放快进按钮,修改部分英文提示。 --- HDL-ON_Android/HDL-ON_Android.csproj | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index f3aab45..0758431 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -51,7 +51,6 @@ <MandroidI18n>cjk</MandroidI18n> <AndroidEnableSGenConcurrent>false</AndroidEnableSGenConcurrent> <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> - <AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -146,6 +145,9 @@ <Reference Include="videophone"> <HintPath>..\DLL\FL\Android\videophone.dll</HintPath> </Reference> + <Reference Include="LC_SDK"> + <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> + </Reference> <Reference Include="Square.OkHttp3"> <HintPath>..\DLL\EZvizMonitor\Square.OkHttp3.dll</HintPath> </Reference> @@ -154,9 +156,6 @@ </Reference> <Reference Include="ys"> <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> - </Reference> - <Reference Include="LC_SDK"> - <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -428,6 +427,8 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\irfan_blue.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\irfan_white.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\irfan.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\AddDevice\EnvironmentalSensorbg.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\sensorenvironment.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\BindScene.png" /> -- Gitblit v1.8.0