Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd2f40e

Browse files
YuvarajPalanisamyMeikandaNayanar
authored andcommittedNov 21, 2019
New screens for UIKit 2.3.0.0 release (#26)
* Committed the changes for UI Kit 2.3.0.0 Release
1 parent 78360e8 commit fd2f40e

File tree

79 files changed

+2336
-1167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2336
-1167
lines changed
 

‎EssentialUIKit.Android/EssentialUIKit.Android.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
1919
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
2020
<NuGetPackageImportStamp>
21-
</NuGetPackageImportStamp>
21+
</NuGetPackageImportStamp>
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2424
<DebugSymbols>true</DebugSymbols>
@@ -39,7 +39,7 @@
3939
<ErrorReport>prompt</ErrorReport>
4040
<WarningLevel>4</WarningLevel>
4141
<AndroidManagedSymbols>true</AndroidManagedSymbols>
42-
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
42+
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
4343
</PropertyGroup>
4444
<ItemGroup>
4545
<Reference Include="Mono.Android" />
@@ -70,6 +70,9 @@
7070
<PackageReference Include="Syncfusion.Xamarin.SfCalendar">
7171
<Version>17.2.0.49</Version>
7272
</PackageReference>
73+
<PackageReference Include="Syncfusion.Xamarin.SfChart">
74+
<Version>17.2.0.49</Version>
75+
</PackageReference>
7376
<PackageReference Include="Syncfusion.Xamarin.SfComboBox" Version="17.2.0.49" />
7477
<PackageReference Include="Syncfusion.Xamarin.SfMaps" Version="17.2.0.49" />
7578
<PackageReference Include="Syncfusion.Xamarin.SfParallaxView">

‎EssentialUIKit.Android/MainActivity.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ protected override void OnCreate(Bundle savedInstanceState)
1818

1919
Xamarin.Forms.Forms.Init(this, savedInstanceState);
2020

21+
Syncfusion.XForms.Android.PopupLayout.SfPopupLayoutRenderer.Init();
22+
2123
Syncfusion.XForms.Android.Core.Core.Init(this);
2224

2325
this.LoadApplication(new App());

0 commit comments

Comments
 (0)
Please sign in to comment.