summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs2
-rw-r--r--Xamarin.Forms.Platform.WP8/EntryRenderer.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs b/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs
index ab168b6d..a2e60179 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs
@@ -2,7 +2,7 @@ using Android.Text;
namespace Xamarin.Forms.Platform.Android
{
- internal static class KeyboardExtensions
+ public static class KeyboardExtensions
{
public static InputTypes ToInputType(this Keyboard self)
{
diff --git a/Xamarin.Forms.Platform.WP8/EntryRenderer.cs b/Xamarin.Forms.Platform.WP8/EntryRenderer.cs
index 00fdbb4a..2a92d667 100644
--- a/Xamarin.Forms.Platform.WP8/EntryRenderer.cs
+++ b/Xamarin.Forms.Platform.WP8/EntryRenderer.cs
@@ -9,7 +9,7 @@ using WControl = System.Windows.Controls.Control;
namespace Xamarin.Forms.Platform.WinPhone
{
- internal static class KeyboardExtensions
+ public static class KeyboardExtensions
{
public static InputScope ToInputScope(this Keyboard self)
{