From c9d58a3d346b52339203ac63d551f03812bac401 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 15 七月 2024 14:50:51 +0800
Subject: [PATCH] 兼容Android OS 33 edittext 文本对齐

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

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 4a27923..e2e3330 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -78,9 +78,6 @@
     <Reference Include="System.Numerics.Vectors" />
     <Reference Include="System.Web.Services" />
     <Reference Include="System.Net" />
-    <Reference Include="Shared.Droid.HDLWidget">
-      <HintPath>..\DLL\Shared.Droid.HDLWidget.dll</HintPath>
-    </Reference>
     <Reference Include="Shared.Droid.Smartrefresh">
       <HintPath>..\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath>
     </Reference>
@@ -187,6 +184,9 @@
     <Reference Include="Shared.Droid">
       <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath>
     </Reference>
+    <Reference Include="Shared.Droid.HDLWidget">
+      <HintPath>..\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Other\JPush\JPushFirmBroadcast.cs" />

--
Gitblit v1.8.0