diff --git a/docs/xml/Android.Transitions/FadingMode.xml b/docs/xml/Android.Transitions/FadingMode.xml
index c272eb61f..f01a64062 100644
--- a/docs/xml/Android.Transitions/FadingMode.xml
+++ b/docs/xml/Android.Transitions/FadingMode.xml
@@ -11,8 +11,13 @@
System.Enum
- Enumerates values returned by several types and taken as a parameter of the F:Android.Transitions.Fade..ctor member.
+ Specifies whether a transition targets appearing views, disappearing views, or both.
+
+
+ Java documentation for android.transition.Fade.
+
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -38,7 +43,7 @@
1
- To be added.
+ Targets views that are appearing.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -65,7 +70,7 @@
2
- To be added.
+ Targets views that are disappearing.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Android.Transitions/MatchTarget.xml b/docs/xml/Android.Transitions/MatchTarget.xml
index 1bd1ba09a..963e01670 100644
--- a/docs/xml/Android.Transitions/MatchTarget.xml
+++ b/docs/xml/Android.Transitions/MatchTarget.xml
@@ -11,8 +11,18 @@
System.Enum
- Enumerates values returned by several types.
+ Specifies a criterion for matching views between the start and end scenes passed to .
+
+
+ Java documentation for android.transition.Transition.
+
+
+
+
+ Android Open Source Project source for transition matching constants.
+
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -38,7 +48,7 @@
3
- To be added.
+ Matches views by their View.Id; negative IDs are not matched.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -65,7 +75,7 @@
1
- To be added.
+ Matches views by instance.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -92,7 +102,7 @@
4
- To be added.
+ Matches views by item ID.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -119,7 +129,7 @@
2
- To be added.
+ Matches views by their transition name; null names are not matched.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Android.Transitions/TransitionOrdering.xml b/docs/xml/Android.Transitions/TransitionOrdering.xml
index 0b80f0497..f4efb62d3 100644
--- a/docs/xml/Android.Transitions/TransitionOrdering.xml
+++ b/docs/xml/Android.Transitions/TransitionOrdering.xml
@@ -11,8 +11,13 @@
System.Enum
- Enumerates values returned by several types and taken as a parameter of the F:Android.Transitions.TransitionSet.SetOrdering member.
+ Specifies whether child transitions in a run in sequence or start at the same time.
+
+
+ Java documentation for android.transition.TransitionSet.
+
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -38,7 +43,7 @@
1
- To be added.
+ Runs child transitions in sequence; each begins when the preceding child transition ends.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -65,7 +70,7 @@
0
- To be added.
+ Starts all child transitions at the same time.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Android.Transitions/VisibilityMode.xml b/docs/xml/Android.Transitions/VisibilityMode.xml
index cea305d5a..46bc0552b 100644
--- a/docs/xml/Android.Transitions/VisibilityMode.xml
+++ b/docs/xml/Android.Transitions/VisibilityMode.xml
@@ -11,8 +11,13 @@
System.Enum
- Enumerates values returned by the , , and members.
+ Specifies whether a transition targets appearing views, disappearing views, or both.
+
+
+ Java documentation for android.transition.Visibility.
+
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -38,7 +43,7 @@
1
- To be added.
+ Targets views that are appearing.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -65,7 +70,7 @@
2
- To be added.
+ Targets views that are disappearing.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.