Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/xml/Android.Transitions/FadingMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Enumerates values returned by several types and taken as a parameter of the <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='F:Android Transitions Fade ctor';scope=Xamarin" title="F:Android.Transitions.Fade..ctor">F:Android.Transitions.Fade..ctor</a></format> member.</summary>
<summary>Specifies whether a <see cref="T:Android.Transitions.Fade" /> transition targets appearing views, disappearing views, or both.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/transition/Fade" title="Reference documentation">Java documentation for <code>android.transition.Fade</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand All @@ -38,7 +43,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Targets views that are appearing.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -65,7 +70,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Targets views that are disappearing.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
20 changes: 15 additions & 5 deletions docs/xml/Android.Transitions/MatchTarget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Enumerates values returned by several types.</summary>
<summary>Specifies a criterion for matching views between the start and end scenes passed to <see cref="M:Android.Transitions.Transition.SetMatchOrder(System.Int32[])" />.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/transition/Transition" title="Reference documentation">Java documentation for <code>android.transition.Transition</code>.</a>
</format>
</para>
<para>
<format type="text/html">
<a href="https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/transition/Transition.java" title="Android Open Source Project source">Android Open Source Project source for transition matching constants.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand All @@ -38,7 +48,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Matches views by their <c>View.Id</c>; negative IDs are not matched.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -65,7 +75,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Matches views by instance.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -92,7 +102,7 @@
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Matches views by item ID.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -119,7 +129,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Matches views by their transition name; null names are not matched.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
11 changes: 8 additions & 3 deletions docs/xml/Android.Transitions/TransitionOrdering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Enumerates values returned by several types and taken as a parameter of the <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='F:Android Transitions TransitionSet SetOrdering';scope=Xamarin" title="F:Android.Transitions.TransitionSet.SetOrdering">F:Android.Transitions.TransitionSet.SetOrdering</a></format> member.</summary>
<summary>Specifies whether child transitions in a <see cref="T:Android.Transitions.TransitionSet" /> run in sequence or start at the same time.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/transition/TransitionSet" title="Reference documentation">Java documentation for <code>android.transition.TransitionSet</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand All @@ -38,7 +43,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Runs child transitions in sequence; each begins when the preceding child transition ends.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -65,7 +70,7 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Starts all child transitions at the same time.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
11 changes: 8 additions & 3 deletions docs/xml/Android.Transitions/VisibilityMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Enumerates values returned by the <see cref="F:Android.Transitions.Visibility.Mode" />, <see cref="F:Android.Transitions.VisibilityMode.In" />, and <see cref="F:Android.Transitions.VisibilityMode.Out" /> members.</summary>
<summary>Specifies whether a <see cref="T:Android.Transitions.Visibility" /> transition targets appearing views, disappearing views, or both.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/transition/Visibility" title="Reference documentation">Java documentation for <code>android.transition.Visibility</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
Expand All @@ -38,7 +43,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Targets views that are appearing.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -65,7 +70,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Targets views that are disappearing.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down