summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2017-02-12 18:17:06 -0600
committerGitHub <noreply@github.com>2017-02-12 18:17:06 -0600
commit7ffc19b2b5b70f32a8d865573824da29249ebf7a (patch)
treeba00d79f3dd24bdcc7f004b374c58b868c6b6d46 /docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml
parent3241fae11d6804268d1f67545e9d9eeb42f371e7 (diff)
downloadxamarin-forms-7ffc19b2b5b70f32a8d865573824da29249ebf7a.tar.gz
xamarin-forms-7ffc19b2b5b70f32a8d865573824da29249ebf7a.tar.bz2
xamarin-forms-7ffc19b2b5b70f32a8d865573824da29249ebf7a.zip
Platform-specifics API docs. (#759)
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml
index 7422f567..aacb2b91 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml
@@ -9,7 +9,7 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
- <summary>To be added.</summary>
+ <summary>Enumerates values that control how an on-screen input interface is visually accommodated.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
@@ -24,7 +24,7 @@
<ReturnType>Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Indicates that the content of the control will pan, possibly off of the screen, to accommodate the input interface.</summary>
</Docs>
</Member>
<Member MemberName="Resize">
@@ -38,7 +38,7 @@
<ReturnType>Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Indicates that the content of the control will resize to accommodate the input interface.</summary>
</Docs>
</Member>
</Members>