-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
898 additions
and
9,998 deletions.
There are no files selected for viewing
3,809 changes: 854 additions & 2,955 deletions
3,809
Sample/Direct/Sample.Android/Resources/Resource.designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Xamarin.EnableKeyboardEffect</id> | ||
<version>1.0.4</version> | ||
<title>Xamarin.EnableKeyboardEffect</title> | ||
<authors>masonyc</authors> | ||
<owners>masonyc</owners> | ||
<iconUrl>https://raw.githubusercontent.com/masonyc/Xamarin.EnableKeyboardEffect/master/Screenshots/icon.png</iconUrl> | ||
<licenseUrl>https://github.com/masonyc/Xamarin.EnableKeyboardEffect/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/masonyc/Xamarin.EnableKeyboardEffect</projectUrl> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<description>Toggle softkeyboard display for Anroid / iOS in Xamarin.Forms</description> | ||
<summary></summary> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<tags>Xamarin.Forms, Xamarin.Anroid, Xamarin.iOS</tags> | ||
<language>en-US</language> | ||
<dependencies> | ||
<group targetFramework="netstandard2.0"> | ||
<dependency id="Xamarin.Forms" version="3.0.0.446417" /> | ||
</group> | ||
<group targetFramework="Xamarin.iOS10"> | ||
<dependency id="Xamarin.Forms" version="3.0.0.446417" /> | ||
</group> | ||
<group targetFramework="MonoAndroid"> | ||
<dependency id="Xamarin.Forms" version="3.0.0.446417" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<!-- .netstandard 2.0 --> | ||
<file src="../scr/Xamarin.EnableKeyboardEffect/bin/Release/netstandard2.0/Xamarin.EnableKeyboardEffect.dll" target="lib/netstandard2.0" /> | ||
<!-- Mono.Android --> | ||
<file src="../scr/Xamarin.EnableKeyboardEffect/bin/Release/netstandard2.0/Xamarin.EnableKeyboardEffect.dll" target="lib/MonoAndroid" /> | ||
<file src="../scr/Xamarin.EnableKeyboardEffect.Droid/bin/Release/Xamarin.EnableKeyboardEffect.Droid.dll" target="lib/MonoAndroid" /> | ||
<!-- Xamarin.iOS10 --> | ||
<file src="../scr/Xamarin.EnableKeyboardEffect/bin/Release/netstandard2.0/Xamarin.EnableKeyboardEffect.dll" target="lib/Xamarin.iOS10" /> | ||
<file src="../scr/Xamarin.EnableKeyboardEffect.iOS/bin/Release/Xamarin.EnableKeyboardEffect.iOS.dll" target="lib/Xamarin.iOS10" /> | ||
</files> | ||
</package> |
44 changes: 0 additions & 44 deletions
44
scr/Xamarin.EnableKeyboardEffect.Droid/Resources/AboutResources.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.