From b186c02eb9e44268727b769be477d1956e97fbb0 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期四, 02 一月 2020 09:08:05 +0800 Subject: [PATCH] 2019.1.2 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index 704511a..59a996e 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -193,6 +193,9 @@ <Reference Include="Shared.Droid"> <HintPath>..\Shared\DLL\Android\Shared.Droid.dll</HintPath> </Reference> + <Reference Include="Xamarin.Android.Support.Design"> + <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Design.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Application.cs" /> @@ -563,6 +566,15 @@ <AndroidAsset Include="Assets\Phone\Room\Humidity.png" /> <AndroidAsset Include="Assets\Phone\Room\Temperature.png" /> <AndroidAsset Include="Assets\Phone\Scene\Background.png" /> + <AndroidAsset Include="Assets\Phone\Room\AddBackground.png" /> + <AndroidAsset Include="Assets\Phone\Logo\2.jpg" /> + <AndroidAsset Include="Assets\Phone\Item\SafetyShortcut.png" /> + <AndroidAsset Include="Assets\Phone\Item\SafetyShortcut_background.png" /> + <AndroidAsset Include="Assets\Phone\Item\SafetyShortcut_itemSelected.png" /> + <AndroidAsset Include="Assets\Phone\Item\SafetyShortcut_item.png" /> + <AndroidAsset Include="Assets\Phone\Item\ProgressBubbles.png" /> + <AndroidAsset Include="Assets\Phone\Room\IconBackground.png" /> + <AndroidAsset Include="Assets\Phone\Room\IconSelectedBackground.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\Item\InputAccountIcon.png" /> -- Gitblit v1.8.0