diff --git a/docs/xml/Android.Views.Accessibility/AccessibilityRecord.xml b/docs/xml/Android.Views.Accessibility/AccessibilityRecord.xml
index 204077740..e89532031 100644
--- a/docs/xml/Android.Views.Accessibility/AccessibilityRecord.xml
+++ b/docs/xml/Android.Views.Accessibility/AccessibilityRecord.xml
@@ -227,9 +227,23 @@
System.String
- To be added.
- To be added.
+ Gets the text before a change. -or- Sets the text before a change.
+ The text before a change.
+ Property getter documentation:
+ Gets the text before a change.
+
+
+ Java documentation for android.view.accessibility.AccessibilityRecord.getBeforeText().
+
+
+ Property setter documentation:
+ Sets the text before a change.
+
+
+ Java documentation for android.view.accessibility.AccessibilityRecord.setBeforeText(java.lang.CharSequence).
+
+
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.
@@ -354,9 +368,23 @@
System.String
- To be added.
- To be added.
+ Gets the class name of the source. -or- Sets the class name of the source.
+ The class name of the source.
+ Property getter documentation:
+ Gets the class name of the source.
+
+
+ Java documentation for android.view.accessibility.AccessibilityRecord.getClassName().
+
+
+ Property setter documentation:
+ Sets the class name of the source.
+
+
+ Java documentation for android.view.accessibility.AccessibilityRecord.setClassName(java.lang.CharSequence).
+
+
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.
@@ -428,9 +456,23 @@
System.String
- To be added.
- To be added.
+ Gets the description of the source. -or- Sets the description of the source.
+ The description of the source.
+ Property getter documentation:
+ Gets the description of the source.
+
+
+ Java documentation for android.view.accessibility.AccessibilityRecord.getContentDescription().
+
+
+ Property setter documentation:
+ Sets the description of the source.
+
+
+ Java documentation for android.view.accessibility.AccessibilityRecord.setContentDescription(java.lang.CharSequence).
+
+
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.