//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.8936
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using System.Xml.Serialization;
//
// This source code was auto-generated by xsd, Version=2.0.50727.3038.
//
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Spinner", Namespace="", IsNullable=false)]
public partial class Spinner_Type : AbsSpinner_Type {
private string promptField;
private Spinner_TypeSpinnerMode spinnerModeField;
private bool spinnerModeFieldSpecified;
private string dropDownSelectorField;
private string popupThemeField;
private string popupBackgroundField;
private string popupElevationField;
private dropDownWidth_values[] dropDownWidthField;
private string popupPromptViewField;
private string gravityField;
private bool disableChildrenWhenDisabledField;
private bool disableChildrenWhenDisabledFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string prompt {
get {
return this.promptField;
}
set {
this.promptField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public Spinner_TypeSpinnerMode spinnerMode {
get {
return this.spinnerModeField;
}
set {
this.spinnerModeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool spinnerModeSpecified {
get {
return this.spinnerModeFieldSpecified;
}
set {
this.spinnerModeFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dropDownSelector {
get {
return this.dropDownSelectorField;
}
set {
this.dropDownSelectorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string popupTheme {
get {
return this.popupThemeField;
}
set {
this.popupThemeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string popupBackground {
get {
return this.popupBackgroundField;
}
set {
this.popupBackgroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string popupElevation {
get {
return this.popupElevationField;
}
set {
this.popupElevationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public dropDownWidth_values[] dropDownWidth {
get {
return this.dropDownWidthField;
}
set {
this.dropDownWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string popupPromptView {
get {
return this.popupPromptViewField;
}
set {
this.popupPromptViewField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool disableChildrenWhenDisabled {
get {
return this.disableChildrenWhenDisabledField;
}
set {
this.disableChildrenWhenDisabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool disableChildrenWhenDisabledSpecified {
get {
return this.disableChildrenWhenDisabledFieldSpecified;
}
set {
this.disableChildrenWhenDisabledFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum Spinner_TypeSpinnerMode {
///
dialog,
///
dropdown,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum dropDownWidth_values {
///
fill_parent,
///
match_parent,
///
wrap_content,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Gallery_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Spinner_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AbsSpinner", Namespace="", IsNullable=false)]
public partial class AbsSpinner_Type : AdapterView_Type {
private string entriesField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string entries {
get {
return this.entriesField;
}
set {
this.entriesField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewAnimator_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StackView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandableListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsSpinner_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Gallery_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Spinner_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AdapterView", Namespace="", IsNullable=false)]
public partial class AdapterView_Type : ViewGroup_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SlidingDrawer_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Toolbar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsoluteLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WebView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RelativeLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DialerFilter_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TwoLineListItem_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LinearLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableRow_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioGroup_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionMenuView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TabWidget_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NumberPicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZoomControls_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FrameLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HorizontalScrollView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TabHost_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MediaController_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewAnimator_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ScrollView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GestureOverlayView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalendarView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimePicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DatePicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewAnimator_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StackView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandableListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsSpinner_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Gallery_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Spinner_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ViewGroup", Namespace="", IsNullable=false)]
public partial class ViewGroup_Type : View_Type {
private bool animateLayoutChangesField;
private bool animateLayoutChangesFieldSpecified;
private bool clipChildrenField;
private bool clipChildrenFieldSpecified;
private bool clipToPaddingField;
private bool clipToPaddingFieldSpecified;
private string layoutAnimationField;
private bool animationCacheField;
private bool animationCacheFieldSpecified;
private persistentDrawingCache_values[] persistentDrawingCacheField;
private bool alwaysDrawnWithCacheField;
private bool alwaysDrawnWithCacheFieldSpecified;
private bool addStatesFromChildrenField;
private bool addStatesFromChildrenFieldSpecified;
private descendantFocusability_values[] descendantFocusabilityField;
private bool touchscreenBlocksFocusField;
private bool touchscreenBlocksFocusFieldSpecified;
private bool splitMotionEventsField;
private bool splitMotionEventsFieldSpecified;
private layoutMode_values[] layoutModeField;
private bool transitionGroupField;
private bool transitionGroupFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool animateLayoutChanges {
get {
return this.animateLayoutChangesField;
}
set {
this.animateLayoutChangesField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool animateLayoutChangesSpecified {
get {
return this.animateLayoutChangesFieldSpecified;
}
set {
this.animateLayoutChangesFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool clipChildren {
get {
return this.clipChildrenField;
}
set {
this.clipChildrenField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool clipChildrenSpecified {
get {
return this.clipChildrenFieldSpecified;
}
set {
this.clipChildrenFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool clipToPadding {
get {
return this.clipToPaddingField;
}
set {
this.clipToPaddingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool clipToPaddingSpecified {
get {
return this.clipToPaddingFieldSpecified;
}
set {
this.clipToPaddingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string layoutAnimation {
get {
return this.layoutAnimationField;
}
set {
this.layoutAnimationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool animationCache {
get {
return this.animationCacheField;
}
set {
this.animationCacheField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool animationCacheSpecified {
get {
return this.animationCacheFieldSpecified;
}
set {
this.animationCacheFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public persistentDrawingCache_values[] persistentDrawingCache {
get {
return this.persistentDrawingCacheField;
}
set {
this.persistentDrawingCacheField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool alwaysDrawnWithCache {
get {
return this.alwaysDrawnWithCacheField;
}
set {
this.alwaysDrawnWithCacheField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool alwaysDrawnWithCacheSpecified {
get {
return this.alwaysDrawnWithCacheFieldSpecified;
}
set {
this.alwaysDrawnWithCacheFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool addStatesFromChildren {
get {
return this.addStatesFromChildrenField;
}
set {
this.addStatesFromChildrenField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool addStatesFromChildrenSpecified {
get {
return this.addStatesFromChildrenFieldSpecified;
}
set {
this.addStatesFromChildrenFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public descendantFocusability_values[] descendantFocusability {
get {
return this.descendantFocusabilityField;
}
set {
this.descendantFocusabilityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool touchscreenBlocksFocus {
get {
return this.touchscreenBlocksFocusField;
}
set {
this.touchscreenBlocksFocusField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool touchscreenBlocksFocusSpecified {
get {
return this.touchscreenBlocksFocusFieldSpecified;
}
set {
this.touchscreenBlocksFocusFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool splitMotionEvents {
get {
return this.splitMotionEventsField;
}
set {
this.splitMotionEventsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool splitMotionEventsSpecified {
get {
return this.splitMotionEventsFieldSpecified;
}
set {
this.splitMotionEventsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public layoutMode_values[] layoutMode {
get {
return this.layoutModeField;
}
set {
this.layoutModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool transitionGroup {
get {
return this.transitionGroupField;
}
set {
this.transitionGroupField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool transitionGroupSpecified {
get {
return this.transitionGroupFieldSpecified;
}
set {
this.transitionGroupFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum persistentDrawingCache_values {
///
none,
///
animation,
///
scrolling,
///
all,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum descendantFocusability_values {
///
beforeDescendants,
///
afterDescendants,
///
blocksDescendants,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum layoutMode_values {
///
clipBounds,
///
opticalBounds,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextureView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProgressBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsSeekBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RatingBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SeekBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SurfaceView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VideoView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Space_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextClock_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EditText_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AutoCompleteTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MultiAutoCompleteTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Chronometer_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DigitalClock_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckedTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Button_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Switch_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ToggleButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckBox_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AnalogClock_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewStub_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QuickContactBadge_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZoomButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewGroup_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SlidingDrawer_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Toolbar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsoluteLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WebView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RelativeLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DialerFilter_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TwoLineListItem_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LinearLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableRow_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioGroup_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionMenuView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TabWidget_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NumberPicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZoomControls_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FrameLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HorizontalScrollView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TabHost_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MediaController_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewAnimator_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ScrollView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GestureOverlayView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalendarView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimePicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DatePicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewAnimator_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StackView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandableListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsSpinner_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Gallery_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Spinner_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("View", Namespace="", IsNullable=false)]
public partial class View_Type {
private string idField;
private string tagField;
private string scrollXField;
private string scrollYField;
private string backgroundField;
private string paddingField;
private string paddingHorizontalField;
private string paddingVerticalField;
private string paddingLeftField;
private string paddingTopField;
private string paddingRightField;
private string paddingBottomField;
private string paddingStartField;
private string paddingEndField;
private focusable_values[] focusableField;
private string @__removed3Field;
private string autofillHintsField;
private importantForAutofill_values[] importantForAutofillField;
private bool focusableInTouchModeField;
private bool focusableInTouchModeFieldSpecified;
private visibility_values[] visibilityField;
private bool fitsSystemWindowsField;
private bool fitsSystemWindowsFieldSpecified;
private scrollbars_values[] scrollbarsField;
private scrollbarStyle_values[] scrollbarStyleField;
private bool isScrollContainerField;
private bool isScrollContainerFieldSpecified;
private bool fadeScrollbarsField;
private bool fadeScrollbarsFieldSpecified;
private string scrollbarFadeDurationField;
private string scrollbarDefaultDelayBeforeFadeField;
private string scrollbarSizeField;
private string scrollbarThumbHorizontalField;
private string scrollbarThumbVerticalField;
private string scrollbarTrackHorizontalField;
private string scrollbarTrackVerticalField;
private bool scrollbarAlwaysDrawHorizontalTrackField;
private bool scrollbarAlwaysDrawHorizontalTrackFieldSpecified;
private bool scrollbarAlwaysDrawVerticalTrackField;
private bool scrollbarAlwaysDrawVerticalTrackFieldSpecified;
private fadingEdge_values[] fadingEdgeField;
private requiresFadingEdge_values[] requiresFadingEdgeField;
private string fadingEdgeLengthField;
private string nextFocusLeftField;
private string nextFocusRightField;
private string nextFocusUpField;
private string nextFocusDownField;
private string nextFocusForwardField;
private bool clickableField;
private bool clickableFieldSpecified;
private bool longClickableField;
private bool longClickableFieldSpecified;
private bool contextClickableField;
private bool contextClickableFieldSpecified;
private bool saveEnabledField;
private bool saveEnabledFieldSpecified;
private bool filterTouchesWhenObscuredField;
private bool filterTouchesWhenObscuredFieldSpecified;
private drawingCacheQuality_values[] drawingCacheQualityField;
private bool keepScreenOnField;
private bool keepScreenOnFieldSpecified;
private bool duplicateParentStateField;
private bool duplicateParentStateFieldSpecified;
private string minHeightField;
private string minWidthField;
private bool soundEffectsEnabledField;
private bool soundEffectsEnabledFieldSpecified;
private bool hapticFeedbackEnabledField;
private bool hapticFeedbackEnabledFieldSpecified;
private string contentDescriptionField;
private string accessibilityTraversalBeforeField;
private string accessibilityTraversalAfterField;
private string onClickField;
private overScrollMode_values[] overScrollModeField;
private float alphaField;
private bool alphaFieldSpecified;
private string elevationField;
private string translationXField;
private string translationYField;
private string translationZField;
private string transformPivotXField;
private string transformPivotYField;
private float rotationField;
private bool rotationFieldSpecified;
private float rotationXField;
private bool rotationXFieldSpecified;
private float rotationYField;
private bool rotationYFieldSpecified;
private float scaleXField;
private bool scaleXFieldSpecified;
private float scaleYField;
private bool scaleYFieldSpecified;
private verticalScrollbarPosition_values[] verticalScrollbarPositionField;
private layerType_values[] layerTypeField;
private layoutDirection_values[] layoutDirectionField;
private textDirection_values[] textDirectionField;
private textAlignment_values[] textAlignmentField;
private importantForAccessibility_values[] importantForAccessibilityField;
private accessibilityLiveRegion_values[] accessibilityLiveRegionField;
private string labelForField;
private string themeField;
private string transitionNameField;
private bool nestedScrollingEnabledField;
private bool nestedScrollingEnabledFieldSpecified;
private string stateListAnimatorField;
private string backgroundTintField;
private backgroundTintMode_values[] backgroundTintModeField;
private outlineProvider_values[] outlineProviderField;
private string foregroundField;
private foregroundGravity_values[] foregroundGravityField;
private bool foregroundInsidePaddingField;
private bool foregroundInsidePaddingFieldSpecified;
private string foregroundTintField;
private foregroundTintMode_values[] foregroundTintModeField;
private scrollIndicators_values[] scrollIndicatorsField;
private pointerIcon_values[] pointerIconField;
private bool forceHasOverlappingRenderingField;
private bool forceHasOverlappingRenderingFieldSpecified;
private string tooltipTextField;
private bool keyboardNavigationClusterField;
private bool keyboardNavigationClusterFieldSpecified;
private bool @__removed0Field;
private bool @__removed0FieldSpecified;
private string nextClusterForwardField;
private string @__removed1Field;
private bool focusedByDefaultField;
private bool focusedByDefaultFieldSpecified;
private bool defaultFocusHighlightEnabledField;
private bool defaultFocusHighlightEnabledFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tag {
get {
return this.tagField;
}
set {
this.tagField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollX {
get {
return this.scrollXField;
}
set {
this.scrollXField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollY {
get {
return this.scrollYField;
}
set {
this.scrollYField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string background {
get {
return this.backgroundField;
}
set {
this.backgroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string padding {
get {
return this.paddingField;
}
set {
this.paddingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingHorizontal {
get {
return this.paddingHorizontalField;
}
set {
this.paddingHorizontalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingVertical {
get {
return this.paddingVerticalField;
}
set {
this.paddingVerticalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingLeft {
get {
return this.paddingLeftField;
}
set {
this.paddingLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingTop {
get {
return this.paddingTopField;
}
set {
this.paddingTopField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingRight {
get {
return this.paddingRightField;
}
set {
this.paddingRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingBottom {
get {
return this.paddingBottomField;
}
set {
this.paddingBottomField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingStart {
get {
return this.paddingStartField;
}
set {
this.paddingStartField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string paddingEnd {
get {
return this.paddingEndField;
}
set {
this.paddingEndField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public focusable_values[] focusable {
get {
return this.focusableField;
}
set {
this.focusableField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string @__removed3 {
get {
return this.@__removed3Field;
}
set {
this.@__removed3Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string autofillHints {
get {
return this.autofillHintsField;
}
set {
this.autofillHintsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public importantForAutofill_values[] importantForAutofill {
get {
return this.importantForAutofillField;
}
set {
this.importantForAutofillField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool focusableInTouchMode {
get {
return this.focusableInTouchModeField;
}
set {
this.focusableInTouchModeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool focusableInTouchModeSpecified {
get {
return this.focusableInTouchModeFieldSpecified;
}
set {
this.focusableInTouchModeFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public visibility_values[] visibility {
get {
return this.visibilityField;
}
set {
this.visibilityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fitsSystemWindows {
get {
return this.fitsSystemWindowsField;
}
set {
this.fitsSystemWindowsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fitsSystemWindowsSpecified {
get {
return this.fitsSystemWindowsFieldSpecified;
}
set {
this.fitsSystemWindowsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public scrollbars_values[] scrollbars {
get {
return this.scrollbarsField;
}
set {
this.scrollbarsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public scrollbarStyle_values[] scrollbarStyle {
get {
return this.scrollbarStyleField;
}
set {
this.scrollbarStyleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool isScrollContainer {
get {
return this.isScrollContainerField;
}
set {
this.isScrollContainerField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool isScrollContainerSpecified {
get {
return this.isScrollContainerFieldSpecified;
}
set {
this.isScrollContainerFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fadeScrollbars {
get {
return this.fadeScrollbarsField;
}
set {
this.fadeScrollbarsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fadeScrollbarsSpecified {
get {
return this.fadeScrollbarsFieldSpecified;
}
set {
this.fadeScrollbarsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string scrollbarFadeDuration {
get {
return this.scrollbarFadeDurationField;
}
set {
this.scrollbarFadeDurationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string scrollbarDefaultDelayBeforeFade {
get {
return this.scrollbarDefaultDelayBeforeFadeField;
}
set {
this.scrollbarDefaultDelayBeforeFadeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollbarSize {
get {
return this.scrollbarSizeField;
}
set {
this.scrollbarSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollbarThumbHorizontal {
get {
return this.scrollbarThumbHorizontalField;
}
set {
this.scrollbarThumbHorizontalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollbarThumbVertical {
get {
return this.scrollbarThumbVerticalField;
}
set {
this.scrollbarThumbVerticalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollbarTrackHorizontal {
get {
return this.scrollbarTrackHorizontalField;
}
set {
this.scrollbarTrackHorizontalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string scrollbarTrackVertical {
get {
return this.scrollbarTrackVerticalField;
}
set {
this.scrollbarTrackVerticalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool scrollbarAlwaysDrawHorizontalTrack {
get {
return this.scrollbarAlwaysDrawHorizontalTrackField;
}
set {
this.scrollbarAlwaysDrawHorizontalTrackField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool scrollbarAlwaysDrawHorizontalTrackSpecified {
get {
return this.scrollbarAlwaysDrawHorizontalTrackFieldSpecified;
}
set {
this.scrollbarAlwaysDrawHorizontalTrackFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool scrollbarAlwaysDrawVerticalTrack {
get {
return this.scrollbarAlwaysDrawVerticalTrackField;
}
set {
this.scrollbarAlwaysDrawVerticalTrackField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool scrollbarAlwaysDrawVerticalTrackSpecified {
get {
return this.scrollbarAlwaysDrawVerticalTrackFieldSpecified;
}
set {
this.scrollbarAlwaysDrawVerticalTrackFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public fadingEdge_values[] fadingEdge {
get {
return this.fadingEdgeField;
}
set {
this.fadingEdgeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public requiresFadingEdge_values[] requiresFadingEdge {
get {
return this.requiresFadingEdgeField;
}
set {
this.requiresFadingEdgeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string fadingEdgeLength {
get {
return this.fadingEdgeLengthField;
}
set {
this.fadingEdgeLengthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string nextFocusLeft {
get {
return this.nextFocusLeftField;
}
set {
this.nextFocusLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string nextFocusRight {
get {
return this.nextFocusRightField;
}
set {
this.nextFocusRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string nextFocusUp {
get {
return this.nextFocusUpField;
}
set {
this.nextFocusUpField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string nextFocusDown {
get {
return this.nextFocusDownField;
}
set {
this.nextFocusDownField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string nextFocusForward {
get {
return this.nextFocusForwardField;
}
set {
this.nextFocusForwardField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool clickable {
get {
return this.clickableField;
}
set {
this.clickableField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool clickableSpecified {
get {
return this.clickableFieldSpecified;
}
set {
this.clickableFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool longClickable {
get {
return this.longClickableField;
}
set {
this.longClickableField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool longClickableSpecified {
get {
return this.longClickableFieldSpecified;
}
set {
this.longClickableFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool contextClickable {
get {
return this.contextClickableField;
}
set {
this.contextClickableField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool contextClickableSpecified {
get {
return this.contextClickableFieldSpecified;
}
set {
this.contextClickableFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool saveEnabled {
get {
return this.saveEnabledField;
}
set {
this.saveEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool saveEnabledSpecified {
get {
return this.saveEnabledFieldSpecified;
}
set {
this.saveEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool filterTouchesWhenObscured {
get {
return this.filterTouchesWhenObscuredField;
}
set {
this.filterTouchesWhenObscuredField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool filterTouchesWhenObscuredSpecified {
get {
return this.filterTouchesWhenObscuredFieldSpecified;
}
set {
this.filterTouchesWhenObscuredFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public drawingCacheQuality_values[] drawingCacheQuality {
get {
return this.drawingCacheQualityField;
}
set {
this.drawingCacheQualityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool keepScreenOn {
get {
return this.keepScreenOnField;
}
set {
this.keepScreenOnField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool keepScreenOnSpecified {
get {
return this.keepScreenOnFieldSpecified;
}
set {
this.keepScreenOnFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool duplicateParentState {
get {
return this.duplicateParentStateField;
}
set {
this.duplicateParentStateField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool duplicateParentStateSpecified {
get {
return this.duplicateParentStateFieldSpecified;
}
set {
this.duplicateParentStateFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minHeight {
get {
return this.minHeightField;
}
set {
this.minHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minWidth {
get {
return this.minWidthField;
}
set {
this.minWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool soundEffectsEnabled {
get {
return this.soundEffectsEnabledField;
}
set {
this.soundEffectsEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool soundEffectsEnabledSpecified {
get {
return this.soundEffectsEnabledFieldSpecified;
}
set {
this.soundEffectsEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool hapticFeedbackEnabled {
get {
return this.hapticFeedbackEnabledField;
}
set {
this.hapticFeedbackEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool hapticFeedbackEnabledSpecified {
get {
return this.hapticFeedbackEnabledFieldSpecified;
}
set {
this.hapticFeedbackEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentDescription {
get {
return this.contentDescriptionField;
}
set {
this.contentDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string accessibilityTraversalBefore {
get {
return this.accessibilityTraversalBeforeField;
}
set {
this.accessibilityTraversalBeforeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string accessibilityTraversalAfter {
get {
return this.accessibilityTraversalAfterField;
}
set {
this.accessibilityTraversalAfterField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string onClick {
get {
return this.onClickField;
}
set {
this.onClickField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public overScrollMode_values[] overScrollMode {
get {
return this.overScrollModeField;
}
set {
this.overScrollModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float alpha {
get {
return this.alphaField;
}
set {
this.alphaField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool alphaSpecified {
get {
return this.alphaFieldSpecified;
}
set {
this.alphaFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string elevation {
get {
return this.elevationField;
}
set {
this.elevationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string translationX {
get {
return this.translationXField;
}
set {
this.translationXField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string translationY {
get {
return this.translationYField;
}
set {
this.translationYField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string translationZ {
get {
return this.translationZField;
}
set {
this.translationZField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string transformPivotX {
get {
return this.transformPivotXField;
}
set {
this.transformPivotXField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string transformPivotY {
get {
return this.transformPivotYField;
}
set {
this.transformPivotYField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float rotation {
get {
return this.rotationField;
}
set {
this.rotationField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool rotationSpecified {
get {
return this.rotationFieldSpecified;
}
set {
this.rotationFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float rotationX {
get {
return this.rotationXField;
}
set {
this.rotationXField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool rotationXSpecified {
get {
return this.rotationXFieldSpecified;
}
set {
this.rotationXFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float rotationY {
get {
return this.rotationYField;
}
set {
this.rotationYField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool rotationYSpecified {
get {
return this.rotationYFieldSpecified;
}
set {
this.rotationYFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float scaleX {
get {
return this.scaleXField;
}
set {
this.scaleXField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool scaleXSpecified {
get {
return this.scaleXFieldSpecified;
}
set {
this.scaleXFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float scaleY {
get {
return this.scaleYField;
}
set {
this.scaleYField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool scaleYSpecified {
get {
return this.scaleYFieldSpecified;
}
set {
this.scaleYFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public verticalScrollbarPosition_values[] verticalScrollbarPosition {
get {
return this.verticalScrollbarPositionField;
}
set {
this.verticalScrollbarPositionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public layerType_values[] layerType {
get {
return this.layerTypeField;
}
set {
this.layerTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public layoutDirection_values[] layoutDirection {
get {
return this.layoutDirectionField;
}
set {
this.layoutDirectionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public textDirection_values[] textDirection {
get {
return this.textDirectionField;
}
set {
this.textDirectionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public textAlignment_values[] textAlignment {
get {
return this.textAlignmentField;
}
set {
this.textAlignmentField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public importantForAccessibility_values[] importantForAccessibility {
get {
return this.importantForAccessibilityField;
}
set {
this.importantForAccessibilityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public accessibilityLiveRegion_values[] accessibilityLiveRegion {
get {
return this.accessibilityLiveRegionField;
}
set {
this.accessibilityLiveRegionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string labelFor {
get {
return this.labelForField;
}
set {
this.labelForField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string theme {
get {
return this.themeField;
}
set {
this.themeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string transitionName {
get {
return this.transitionNameField;
}
set {
this.transitionNameField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool nestedScrollingEnabled {
get {
return this.nestedScrollingEnabledField;
}
set {
this.nestedScrollingEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool nestedScrollingEnabledSpecified {
get {
return this.nestedScrollingEnabledFieldSpecified;
}
set {
this.nestedScrollingEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string stateListAnimator {
get {
return this.stateListAnimatorField;
}
set {
this.stateListAnimatorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string backgroundTint {
get {
return this.backgroundTintField;
}
set {
this.backgroundTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public backgroundTintMode_values[] backgroundTintMode {
get {
return this.backgroundTintModeField;
}
set {
this.backgroundTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public outlineProvider_values[] outlineProvider {
get {
return this.outlineProviderField;
}
set {
this.outlineProviderField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string foreground {
get {
return this.foregroundField;
}
set {
this.foregroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public foregroundGravity_values[] foregroundGravity {
get {
return this.foregroundGravityField;
}
set {
this.foregroundGravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool foregroundInsidePadding {
get {
return this.foregroundInsidePaddingField;
}
set {
this.foregroundInsidePaddingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool foregroundInsidePaddingSpecified {
get {
return this.foregroundInsidePaddingFieldSpecified;
}
set {
this.foregroundInsidePaddingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string foregroundTint {
get {
return this.foregroundTintField;
}
set {
this.foregroundTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public foregroundTintMode_values[] foregroundTintMode {
get {
return this.foregroundTintModeField;
}
set {
this.foregroundTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public scrollIndicators_values[] scrollIndicators {
get {
return this.scrollIndicatorsField;
}
set {
this.scrollIndicatorsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public pointerIcon_values[] pointerIcon {
get {
return this.pointerIconField;
}
set {
this.pointerIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool forceHasOverlappingRendering {
get {
return this.forceHasOverlappingRenderingField;
}
set {
this.forceHasOverlappingRenderingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool forceHasOverlappingRenderingSpecified {
get {
return this.forceHasOverlappingRenderingFieldSpecified;
}
set {
this.forceHasOverlappingRenderingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tooltipText {
get {
return this.tooltipTextField;
}
set {
this.tooltipTextField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool keyboardNavigationCluster {
get {
return this.keyboardNavigationClusterField;
}
set {
this.keyboardNavigationClusterField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool keyboardNavigationClusterSpecified {
get {
return this.keyboardNavigationClusterFieldSpecified;
}
set {
this.keyboardNavigationClusterFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool @__removed0 {
get {
return this.@__removed0Field;
}
set {
this.@__removed0Field = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool @__removed0Specified {
get {
return this.@__removed0FieldSpecified;
}
set {
this.@__removed0FieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string nextClusterForward {
get {
return this.nextClusterForwardField;
}
set {
this.nextClusterForwardField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string @__removed1 {
get {
return this.@__removed1Field;
}
set {
this.@__removed1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool focusedByDefault {
get {
return this.focusedByDefaultField;
}
set {
this.focusedByDefaultField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool focusedByDefaultSpecified {
get {
return this.focusedByDefaultFieldSpecified;
}
set {
this.focusedByDefaultFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool defaultFocusHighlightEnabled {
get {
return this.defaultFocusHighlightEnabledField;
}
set {
this.defaultFocusHighlightEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool defaultFocusHighlightEnabledSpecified {
get {
return this.defaultFocusHighlightEnabledFieldSpecified;
}
set {
this.defaultFocusHighlightEnabledFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum focusable_values {
///
auto,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum importantForAutofill_values {
///
auto,
///
yes,
///
no,
///
yesExcludeDescendants,
///
noExcludeDescendants,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum visibility_values {
///
visible,
///
invisible,
///
gone,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum scrollbars_values {
///
none,
///
horizontal,
///
vertical,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum scrollbarStyle_values {
///
insideOverlay,
///
insideInset,
///
outsideOverlay,
///
outsideInset,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum fadingEdge_values {
///
none,
///
horizontal,
///
vertical,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum requiresFadingEdge_values {
///
none,
///
horizontal,
///
vertical,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum drawingCacheQuality_values {
///
auto,
///
low,
///
high,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum overScrollMode_values {
///
always,
///
ifContentScrolls,
///
never,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum verticalScrollbarPosition_values {
///
defaultPosition,
///
left,
///
right,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum layerType_values {
///
none,
///
software,
///
hardware,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum layoutDirection_values {
///
ltr,
///
rtl,
///
inherit,
///
locale,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum textDirection_values {
///
inherit,
///
firstStrong,
///
anyRtl,
///
ltr,
///
rtl,
///
locale,
///
firstStrongLtr,
///
firstStrongRtl,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum textAlignment_values {
///
inherit,
///
gravity,
///
textStart,
///
textEnd,
///
center,
///
viewStart,
///
viewEnd,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum importantForAccessibility_values {
///
auto,
///
yes,
///
no,
///
noHideDescendants,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum accessibilityLiveRegion_values {
///
none,
///
polite,
///
assertive,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum backgroundTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum outlineProvider_values {
///
background,
///
none,
///
bounds,
///
paddedBounds,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum foregroundGravity_values {
///
top,
///
bottom,
///
left,
///
right,
///
center_vertical,
///
fill_vertical,
///
center_horizontal,
///
fill_horizontal,
///
center,
///
fill,
///
clip_vertical,
///
clip_horizontal,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum foregroundTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum scrollIndicators_values {
///
none,
///
top,
///
bottom,
///
left,
///
right,
///
start,
///
end,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum pointerIcon_values {
///
none,
///
arrow,
///
context_menu,
///
hand,
///
help,
///
wait,
///
cell,
///
crosshair,
///
text,
///
vertical_text,
///
alias,
///
copy,
///
no_drop,
///
all_scroll,
///
horizontal_double_arrow,
///
vertical_double_arrow,
///
top_right_diagonal_double_arrow,
///
top_left_diagonal_double_arrow,
///
zoom_in,
///
zoom_out,
///
grab,
///
grabbing,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Gallery", Namespace="", IsNullable=false)]
public partial class Gallery_Type : AbsSpinner_Type {
private string gravityField;
private string animationDurationField;
private string spacingField;
private float unselectedAlphaField;
private bool unselectedAlphaFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string animationDuration {
get {
return this.animationDurationField;
}
set {
this.animationDurationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string spacing {
get {
return this.spacingField;
}
set {
this.spacingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float unselectedAlpha {
get {
return this.unselectedAlphaField;
}
set {
this.unselectedAlphaField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool unselectedAlphaSpecified {
get {
return this.unselectedAlphaFieldSpecified;
}
set {
this.unselectedAlphaFieldSpecified = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(QuickContactBadge_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZoomButton_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ImageView", Namespace="", IsNullable=false)]
public partial class ImageView_Type : View_Type {
private string srcField;
private scaleType_values[] scaleTypeField;
private bool adjustViewBoundsField;
private bool adjustViewBoundsFieldSpecified;
private string maxWidthField;
private string maxHeightField;
private string tintField;
private bool baselineAlignBottomField;
private bool baselineAlignBottomFieldSpecified;
private bool cropToPaddingField;
private bool cropToPaddingFieldSpecified;
private string baselineField;
private string drawableAlphaField;
private string tintModeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string src {
get {
return this.srcField;
}
set {
this.srcField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public scaleType_values[] scaleType {
get {
return this.scaleTypeField;
}
set {
this.scaleTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool adjustViewBounds {
get {
return this.adjustViewBoundsField;
}
set {
this.adjustViewBoundsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool adjustViewBoundsSpecified {
get {
return this.adjustViewBoundsFieldSpecified;
}
set {
this.adjustViewBoundsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxWidth {
get {
return this.maxWidthField;
}
set {
this.maxWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxHeight {
get {
return this.maxHeightField;
}
set {
this.maxHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tint {
get {
return this.tintField;
}
set {
this.tintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool baselineAlignBottom {
get {
return this.baselineAlignBottomField;
}
set {
this.baselineAlignBottomField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool baselineAlignBottomSpecified {
get {
return this.baselineAlignBottomFieldSpecified;
}
set {
this.baselineAlignBottomFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool cropToPadding {
get {
return this.cropToPaddingField;
}
set {
this.cropToPaddingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool cropToPaddingSpecified {
get {
return this.cropToPaddingFieldSpecified;
}
set {
this.cropToPaddingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string baseline {
get {
return this.baselineField;
}
set {
this.baselineField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string drawableAlpha {
get {
return this.drawableAlphaField;
}
set {
this.drawableAlphaField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tintMode {
get {
return this.tintModeField;
}
set {
this.tintModeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum scaleType_values {
///
matrix,
///
fitXY,
///
fitStart,
///
fitCenter,
///
fitEnd,
///
center,
///
centerCrop,
///
centerInside,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("DatePicker", Namespace="", IsNullable=false)]
public partial class DatePicker_Type : FrameLayout_Type {
private string firstDayOfWeekField;
private string minDateField;
private string maxDateField;
private bool spinnersShownField;
private bool spinnersShownFieldSpecified;
private bool calendarViewShownField;
private bool calendarViewShownFieldSpecified;
private string internalLayoutField;
private string legacyLayoutField;
private string headerTextColorField;
private string headerBackgroundField;
private string yearListItemTextAppearanceField;
private string yearListItemActivatedTextAppearanceField;
private string calendarTextColorField;
private datePickerMode_values[] datePickerModeField;
private string startYearField;
private string endYearField;
private string headerMonthTextAppearanceField;
private string headerDayOfMonthTextAppearanceField;
private string headerYearTextAppearanceField;
private string dayOfWeekBackgroundField;
private string dayOfWeekTextAppearanceField;
private string yearListSelectorColorField;
private bool dialogModeField;
private bool dialogModeFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string firstDayOfWeek {
get {
return this.firstDayOfWeekField;
}
set {
this.firstDayOfWeekField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minDate {
get {
return this.minDateField;
}
set {
this.minDateField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxDate {
get {
return this.maxDateField;
}
set {
this.maxDateField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool spinnersShown {
get {
return this.spinnersShownField;
}
set {
this.spinnersShownField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool spinnersShownSpecified {
get {
return this.spinnersShownFieldSpecified;
}
set {
this.spinnersShownFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool calendarViewShown {
get {
return this.calendarViewShownField;
}
set {
this.calendarViewShownField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool calendarViewShownSpecified {
get {
return this.calendarViewShownFieldSpecified;
}
set {
this.calendarViewShownFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalLayout {
get {
return this.internalLayoutField;
}
set {
this.internalLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string legacyLayout {
get {
return this.legacyLayoutField;
}
set {
this.legacyLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerTextColor {
get {
return this.headerTextColorField;
}
set {
this.headerTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerBackground {
get {
return this.headerBackgroundField;
}
set {
this.headerBackgroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string yearListItemTextAppearance {
get {
return this.yearListItemTextAppearanceField;
}
set {
this.yearListItemTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string yearListItemActivatedTextAppearance {
get {
return this.yearListItemActivatedTextAppearanceField;
}
set {
this.yearListItemActivatedTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string calendarTextColor {
get {
return this.calendarTextColorField;
}
set {
this.calendarTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public datePickerMode_values[] datePickerMode {
get {
return this.datePickerModeField;
}
set {
this.datePickerModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string startYear {
get {
return this.startYearField;
}
set {
this.startYearField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string endYear {
get {
return this.endYearField;
}
set {
this.endYearField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerMonthTextAppearance {
get {
return this.headerMonthTextAppearanceField;
}
set {
this.headerMonthTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerDayOfMonthTextAppearance {
get {
return this.headerDayOfMonthTextAppearanceField;
}
set {
this.headerDayOfMonthTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerYearTextAppearance {
get {
return this.headerYearTextAppearanceField;
}
set {
this.headerYearTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dayOfWeekBackground {
get {
return this.dayOfWeekBackgroundField;
}
set {
this.dayOfWeekBackgroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dayOfWeekTextAppearance {
get {
return this.dayOfWeekTextAppearanceField;
}
set {
this.dayOfWeekTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string yearListSelectorColor {
get {
return this.yearListSelectorColorField;
}
set {
this.yearListSelectorColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool dialogMode {
get {
return this.dialogModeField;
}
set {
this.dialogModeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool dialogModeSpecified {
get {
return this.dialogModeFieldSpecified;
}
set {
this.dialogModeFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum datePickerMode_values {
///
spinner,
///
calendar,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(HorizontalScrollView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TabHost_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MediaController_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewAnimator_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ScrollView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GestureOverlayView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CalendarView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TimePicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DatePicker_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("FrameLayout", Namespace="", IsNullable=false)]
public partial class FrameLayout_Type : ViewGroup_Type {
private bool measureAllChildrenField;
private bool measureAllChildrenFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool measureAllChildren {
get {
return this.measureAllChildrenField;
}
set {
this.measureAllChildrenField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool measureAllChildrenSpecified {
get {
return this.measureAllChildrenFieldSpecified;
}
set {
this.measureAllChildrenFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ViewStub", Namespace="", IsNullable=false)]
public partial class ViewStub_Type : View_Type {
private string id1Field;
private string layoutField;
private string inflatedIdField;
///
[System.Xml.Serialization.XmlAttributeAttribute("id", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string id1 {
get {
return this.id1Field;
}
set {
this.id1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string layout {
get {
return this.layoutField;
}
set {
this.layoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inflatedId {
get {
return this.inflatedIdField;
}
set {
this.inflatedIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ZoomControls", Namespace="", IsNullable=false)]
public partial class ZoomControls_Type : LinearLayout_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableLayout_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableRow_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioGroup_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionMenuView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TabWidget_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(NumberPicker_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZoomControls_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("LinearLayout", Namespace="", IsNullable=false)]
public partial class LinearLayout_Type : ViewGroup_Type {
private string orientationField;
private string gravityField;
private bool baselineAlignedField;
private bool baselineAlignedFieldSpecified;
private string baselineAlignedChildIndexField;
private float weightSumField;
private bool weightSumFieldSpecified;
private bool measureWithLargestChildField;
private bool measureWithLargestChildFieldSpecified;
private string dividerField;
private showDividers_values[] showDividersField;
private string dividerPaddingField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string orientation {
get {
return this.orientationField;
}
set {
this.orientationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool baselineAligned {
get {
return this.baselineAlignedField;
}
set {
this.baselineAlignedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool baselineAlignedSpecified {
get {
return this.baselineAlignedFieldSpecified;
}
set {
this.baselineAlignedFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string baselineAlignedChildIndex {
get {
return this.baselineAlignedChildIndexField;
}
set {
this.baselineAlignedChildIndexField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float weightSum {
get {
return this.weightSumField;
}
set {
this.weightSumField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool weightSumSpecified {
get {
return this.weightSumFieldSpecified;
}
set {
this.weightSumFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool measureWithLargestChild {
get {
return this.measureWithLargestChildField;
}
set {
this.measureWithLargestChildField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool measureWithLargestChildSpecified {
get {
return this.measureWithLargestChildFieldSpecified;
}
set {
this.measureWithLargestChildFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string divider {
get {
return this.dividerField;
}
set {
this.dividerField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public showDividers_values[] showDividers {
get {
return this.showDividersField;
}
set {
this.showDividersField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dividerPadding {
get {
return this.dividerPaddingField;
}
set {
this.dividerPaddingField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum showDividers_values {
///
none,
///
beginning,
///
middle,
///
end,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AnalogClock", Namespace="", IsNullable=false)]
public partial class AnalogClock_Type : View_Type {
private string dialField;
private string hand_hourField;
private string hand_minuteField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dial {
get {
return this.dialField;
}
set {
this.dialField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string hand_hour {
get {
return this.hand_hourField;
}
set {
this.hand_hourField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string hand_minute {
get {
return this.hand_minuteField;
}
set {
this.hand_minuteField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZoomButton_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ImageButton", Namespace="", IsNullable=false)]
public partial class ImageButton_Type : ImageView_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TimePicker", Namespace="", IsNullable=false)]
public partial class TimePicker_Type : FrameLayout_Type {
private string legacyLayoutField;
private string internalLayoutField;
private string headerTextColorField;
private string headerBackgroundField;
private string numbersTextColorField;
private string numbersInnerTextColorField;
private string numbersBackgroundColorField;
private string numbersSelectorColorField;
private timePickerMode_values[] timePickerModeField;
private string headerAmPmTextAppearanceField;
private string headerTimeTextAppearanceField;
private string amPmTextColorField;
private string amPmBackgroundColorField;
private bool dialogModeField;
private bool dialogModeFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string legacyLayout {
get {
return this.legacyLayoutField;
}
set {
this.legacyLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalLayout {
get {
return this.internalLayoutField;
}
set {
this.internalLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerTextColor {
get {
return this.headerTextColorField;
}
set {
this.headerTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerBackground {
get {
return this.headerBackgroundField;
}
set {
this.headerBackgroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string numbersTextColor {
get {
return this.numbersTextColorField;
}
set {
this.numbersTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string numbersInnerTextColor {
get {
return this.numbersInnerTextColorField;
}
set {
this.numbersInnerTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string numbersBackgroundColor {
get {
return this.numbersBackgroundColorField;
}
set {
this.numbersBackgroundColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string numbersSelectorColor {
get {
return this.numbersSelectorColorField;
}
set {
this.numbersSelectorColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public timePickerMode_values[] timePickerMode {
get {
return this.timePickerModeField;
}
set {
this.timePickerModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerAmPmTextAppearance {
get {
return this.headerAmPmTextAppearanceField;
}
set {
this.headerAmPmTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string headerTimeTextAppearance {
get {
return this.headerTimeTextAppearanceField;
}
set {
this.headerTimeTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string amPmTextColor {
get {
return this.amPmTextColorField;
}
set {
this.amPmTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string amPmBackgroundColor {
get {
return this.amPmBackgroundColorField;
}
set {
this.amPmBackgroundColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool dialogMode {
get {
return this.dialogModeField;
}
set {
this.dialogModeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool dialogModeSpecified {
get {
return this.dialogModeFieldSpecified;
}
set {
this.dialogModeFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum timePickerMode_values {
///
spinner,
///
clock,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("CheckBox", Namespace="", IsNullable=false)]
public partial class CheckBox_Type : CompoundButton_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Switch_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ToggleButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckBox_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("CompoundButton", Namespace="", IsNullable=false)]
public partial class CompoundButton_Type : Button_Type {
private bool checkedField;
private bool checkedFieldSpecified;
private string buttonField;
private string buttonTintField;
private buttonTintMode_values[] buttonTintModeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool @checked {
get {
return this.checkedField;
}
set {
this.checkedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool checkedSpecified {
get {
return this.checkedFieldSpecified;
}
set {
this.checkedFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string button {
get {
return this.buttonField;
}
set {
this.buttonField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string buttonTint {
get {
return this.buttonTintField;
}
set {
this.buttonTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public buttonTintMode_values[] buttonTintMode {
get {
return this.buttonTintModeField;
}
set {
this.buttonTintModeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum buttonTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Switch_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ToggleButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckBox_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Button", Namespace="", IsNullable=false)]
public partial class Button_Type : TextView_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextClock_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(EditText_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AutoCompleteTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MultiAutoCompleteTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Chronometer_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DigitalClock_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckedTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Button_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CompoundButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Switch_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ToggleButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioButton_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CheckBox_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TextView", Namespace="", IsNullable=false)]
public partial class TextView_Type : View_Type {
private bufferType_values[] bufferTypeField;
private string textField;
private string hintField;
private string textColorField;
private string textColorHighlightField;
private string textColorHintField;
private string textAppearanceField;
private string textSizeField;
private float textScaleXField;
private bool textScaleXFieldSpecified;
private string typefaceField;
private string textStyleField;
private string fontFamilyField;
private string textColorLinkField;
private bool cursorVisibleField;
private bool cursorVisibleFieldSpecified;
private string maxLinesField;
private string maxHeightField;
private string linesField;
private string heightField;
private string minLinesField;
private string minHeight1Field;
private string maxEmsField;
private string maxWidthField;
private string emsField;
private string widthField;
private string minEmsField;
private string minWidth1Field;
private string gravityField;
private bool scrollHorizontallyField;
private bool scrollHorizontallyFieldSpecified;
private bool passwordField;
private bool passwordFieldSpecified;
private bool singleLineField;
private bool singleLineFieldSpecified;
private bool enabledField;
private bool enabledFieldSpecified;
private bool selectAllOnFocusField;
private bool selectAllOnFocusFieldSpecified;
private bool includeFontPaddingField;
private bool includeFontPaddingFieldSpecified;
private string maxLengthField;
private string shadowColorField;
private float shadowDxField;
private bool shadowDxFieldSpecified;
private float shadowDyField;
private bool shadowDyFieldSpecified;
private float shadowRadiusField;
private bool shadowRadiusFieldSpecified;
private string autoLinkField;
private bool linksClickableField;
private bool linksClickableFieldSpecified;
private numeric_values[] numericField;
private string digitsField;
private bool phoneNumberField;
private bool phoneNumberFieldSpecified;
private string inputMethodField;
private capitalize_values[] capitalizeField;
private bool autoTextField;
private bool autoTextFieldSpecified;
private bool editableField;
private bool editableFieldSpecified;
private bool freezesTextField;
private bool freezesTextFieldSpecified;
private string ellipsizeField;
private string drawableTopField;
private string drawableBottomField;
private string drawableLeftField;
private string drawableRightField;
private string drawableStartField;
private string drawableEndField;
private string drawablePaddingField;
private string drawableTintField;
private drawableTintMode_values[] drawableTintModeField;
private string lineSpacingExtraField;
private float lineSpacingMultiplierField;
private bool lineSpacingMultiplierFieldSpecified;
private marqueeRepeatLimit_values[] marqueeRepeatLimitField;
private string inputTypeField;
private bool allowUndoField;
private bool allowUndoFieldSpecified;
private string imeOptionsField;
private string privateImeOptionsField;
private string imeActionLabelField;
private string imeActionIdField;
private string editorExtrasField;
private string textSelectHandleLeftField;
private string textSelectHandleRightField;
private string textSelectHandleField;
private string textEditPasteWindowLayoutField;
private string textEditNoPasteWindowLayoutField;
private string textEditSidePasteWindowLayoutField;
private string textEditSideNoPasteWindowLayoutField;
private string textEditSuggestionItemLayoutField;
private string textEditSuggestionContainerLayoutField;
private string textEditSuggestionHighlightStyleField;
private string textCursorDrawableField;
private string textIsSelectableField;
private bool textAllCapsField;
private bool textAllCapsFieldSpecified;
private bool elegantTextHeightField;
private bool elegantTextHeightFieldSpecified;
private float letterSpacingField;
private bool letterSpacingFieldSpecified;
private string fontFeatureSettingsField;
private breakStrategy_values[] breakStrategyField;
private hyphenationFrequency_values[] hyphenationFrequencyField;
private TextView_TypeAutoSizeTextType autoSizeTextTypeField;
private bool autoSizeTextTypeFieldSpecified;
private string autoSizeStepGranularityField;
private string autoSizePresetSizesField;
private string autoSizeMinTextSizeField;
private string autoSizeMaxTextSizeField;
private justificationMode_values[] justificationModeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bufferType_values[] bufferType {
get {
return this.bufferTypeField;
}
set {
this.bufferTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string hint {
get {
return this.hintField;
}
set {
this.hintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textColor {
get {
return this.textColorField;
}
set {
this.textColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textColorHighlight {
get {
return this.textColorHighlightField;
}
set {
this.textColorHighlightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textColorHint {
get {
return this.textColorHintField;
}
set {
this.textColorHintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textAppearance {
get {
return this.textAppearanceField;
}
set {
this.textAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textSize {
get {
return this.textSizeField;
}
set {
this.textSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float textScaleX {
get {
return this.textScaleXField;
}
set {
this.textScaleXField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool textScaleXSpecified {
get {
return this.textScaleXFieldSpecified;
}
set {
this.textScaleXFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string typeface {
get {
return this.typefaceField;
}
set {
this.typefaceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textStyle {
get {
return this.textStyleField;
}
set {
this.textStyleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string fontFamily {
get {
return this.fontFamilyField;
}
set {
this.fontFamilyField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textColorLink {
get {
return this.textColorLinkField;
}
set {
this.textColorLinkField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool cursorVisible {
get {
return this.cursorVisibleField;
}
set {
this.cursorVisibleField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool cursorVisibleSpecified {
get {
return this.cursorVisibleFieldSpecified;
}
set {
this.cursorVisibleFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string maxLines {
get {
return this.maxLinesField;
}
set {
this.maxLinesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxHeight {
get {
return this.maxHeightField;
}
set {
this.maxHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string lines {
get {
return this.linesField;
}
set {
this.linesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string height {
get {
return this.heightField;
}
set {
this.heightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string minLines {
get {
return this.minLinesField;
}
set {
this.minLinesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("minHeight", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minHeight1 {
get {
return this.minHeight1Field;
}
set {
this.minHeight1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string maxEms {
get {
return this.maxEmsField;
}
set {
this.maxEmsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxWidth {
get {
return this.maxWidthField;
}
set {
this.maxWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string ems {
get {
return this.emsField;
}
set {
this.emsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string width {
get {
return this.widthField;
}
set {
this.widthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string minEms {
get {
return this.minEmsField;
}
set {
this.minEmsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("minWidth", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minWidth1 {
get {
return this.minWidth1Field;
}
set {
this.minWidth1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool scrollHorizontally {
get {
return this.scrollHorizontallyField;
}
set {
this.scrollHorizontallyField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool scrollHorizontallySpecified {
get {
return this.scrollHorizontallyFieldSpecified;
}
set {
this.scrollHorizontallyFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool password {
get {
return this.passwordField;
}
set {
this.passwordField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool passwordSpecified {
get {
return this.passwordFieldSpecified;
}
set {
this.passwordFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool singleLine {
get {
return this.singleLineField;
}
set {
this.singleLineField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool singleLineSpecified {
get {
return this.singleLineFieldSpecified;
}
set {
this.singleLineFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool enabled {
get {
return this.enabledField;
}
set {
this.enabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool enabledSpecified {
get {
return this.enabledFieldSpecified;
}
set {
this.enabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool selectAllOnFocus {
get {
return this.selectAllOnFocusField;
}
set {
this.selectAllOnFocusField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool selectAllOnFocusSpecified {
get {
return this.selectAllOnFocusFieldSpecified;
}
set {
this.selectAllOnFocusFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool includeFontPadding {
get {
return this.includeFontPaddingField;
}
set {
this.includeFontPaddingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool includeFontPaddingSpecified {
get {
return this.includeFontPaddingFieldSpecified;
}
set {
this.includeFontPaddingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string maxLength {
get {
return this.maxLengthField;
}
set {
this.maxLengthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string shadowColor {
get {
return this.shadowColorField;
}
set {
this.shadowColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float shadowDx {
get {
return this.shadowDxField;
}
set {
this.shadowDxField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool shadowDxSpecified {
get {
return this.shadowDxFieldSpecified;
}
set {
this.shadowDxFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float shadowDy {
get {
return this.shadowDyField;
}
set {
this.shadowDyField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool shadowDySpecified {
get {
return this.shadowDyFieldSpecified;
}
set {
this.shadowDyFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float shadowRadius {
get {
return this.shadowRadiusField;
}
set {
this.shadowRadiusField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool shadowRadiusSpecified {
get {
return this.shadowRadiusFieldSpecified;
}
set {
this.shadowRadiusFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string autoLink {
get {
return this.autoLinkField;
}
set {
this.autoLinkField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool linksClickable {
get {
return this.linksClickableField;
}
set {
this.linksClickableField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool linksClickableSpecified {
get {
return this.linksClickableFieldSpecified;
}
set {
this.linksClickableFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public numeric_values[] numeric {
get {
return this.numericField;
}
set {
this.numericField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string digits {
get {
return this.digitsField;
}
set {
this.digitsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool phoneNumber {
get {
return this.phoneNumberField;
}
set {
this.phoneNumberField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool phoneNumberSpecified {
get {
return this.phoneNumberFieldSpecified;
}
set {
this.phoneNumberFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inputMethod {
get {
return this.inputMethodField;
}
set {
this.inputMethodField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public capitalize_values[] capitalize {
get {
return this.capitalizeField;
}
set {
this.capitalizeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool autoText {
get {
return this.autoTextField;
}
set {
this.autoTextField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool autoTextSpecified {
get {
return this.autoTextFieldSpecified;
}
set {
this.autoTextFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool editable {
get {
return this.editableField;
}
set {
this.editableField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool editableSpecified {
get {
return this.editableFieldSpecified;
}
set {
this.editableFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool freezesText {
get {
return this.freezesTextField;
}
set {
this.freezesTextField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool freezesTextSpecified {
get {
return this.freezesTextFieldSpecified;
}
set {
this.freezesTextFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string ellipsize {
get {
return this.ellipsizeField;
}
set {
this.ellipsizeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableTop {
get {
return this.drawableTopField;
}
set {
this.drawableTopField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableBottom {
get {
return this.drawableBottomField;
}
set {
this.drawableBottomField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableLeft {
get {
return this.drawableLeftField;
}
set {
this.drawableLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableRight {
get {
return this.drawableRightField;
}
set {
this.drawableRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableStart {
get {
return this.drawableStartField;
}
set {
this.drawableStartField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableEnd {
get {
return this.drawableEndField;
}
set {
this.drawableEndField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawablePadding {
get {
return this.drawablePaddingField;
}
set {
this.drawablePaddingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string drawableTint {
get {
return this.drawableTintField;
}
set {
this.drawableTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public drawableTintMode_values[] drawableTintMode {
get {
return this.drawableTintModeField;
}
set {
this.drawableTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string lineSpacingExtra {
get {
return this.lineSpacingExtraField;
}
set {
this.lineSpacingExtraField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float lineSpacingMultiplier {
get {
return this.lineSpacingMultiplierField;
}
set {
this.lineSpacingMultiplierField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool lineSpacingMultiplierSpecified {
get {
return this.lineSpacingMultiplierFieldSpecified;
}
set {
this.lineSpacingMultiplierFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public marqueeRepeatLimit_values[] marqueeRepeatLimit {
get {
return this.marqueeRepeatLimitField;
}
set {
this.marqueeRepeatLimitField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inputType {
get {
return this.inputTypeField;
}
set {
this.inputTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool allowUndo {
get {
return this.allowUndoField;
}
set {
this.allowUndoField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool allowUndoSpecified {
get {
return this.allowUndoFieldSpecified;
}
set {
this.allowUndoFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string imeOptions {
get {
return this.imeOptionsField;
}
set {
this.imeOptionsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string privateImeOptions {
get {
return this.privateImeOptionsField;
}
set {
this.privateImeOptionsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string imeActionLabel {
get {
return this.imeActionLabelField;
}
set {
this.imeActionLabelField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string imeActionId {
get {
return this.imeActionIdField;
}
set {
this.imeActionIdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string editorExtras {
get {
return this.editorExtrasField;
}
set {
this.editorExtrasField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textSelectHandleLeft {
get {
return this.textSelectHandleLeftField;
}
set {
this.textSelectHandleLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textSelectHandleRight {
get {
return this.textSelectHandleRightField;
}
set {
this.textSelectHandleRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textSelectHandle {
get {
return this.textSelectHandleField;
}
set {
this.textSelectHandleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditPasteWindowLayout {
get {
return this.textEditPasteWindowLayoutField;
}
set {
this.textEditPasteWindowLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditNoPasteWindowLayout {
get {
return this.textEditNoPasteWindowLayoutField;
}
set {
this.textEditNoPasteWindowLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditSidePasteWindowLayout {
get {
return this.textEditSidePasteWindowLayoutField;
}
set {
this.textEditSidePasteWindowLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditSideNoPasteWindowLayout {
get {
return this.textEditSideNoPasteWindowLayoutField;
}
set {
this.textEditSideNoPasteWindowLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditSuggestionItemLayout {
get {
return this.textEditSuggestionItemLayoutField;
}
set {
this.textEditSuggestionItemLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditSuggestionContainerLayout {
get {
return this.textEditSuggestionContainerLayoutField;
}
set {
this.textEditSuggestionContainerLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textEditSuggestionHighlightStyle {
get {
return this.textEditSuggestionHighlightStyleField;
}
set {
this.textEditSuggestionHighlightStyleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textCursorDrawable {
get {
return this.textCursorDrawableField;
}
set {
this.textCursorDrawableField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textIsSelectable {
get {
return this.textIsSelectableField;
}
set {
this.textIsSelectableField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool textAllCaps {
get {
return this.textAllCapsField;
}
set {
this.textAllCapsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool textAllCapsSpecified {
get {
return this.textAllCapsFieldSpecified;
}
set {
this.textAllCapsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool elegantTextHeight {
get {
return this.elegantTextHeightField;
}
set {
this.elegantTextHeightField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool elegantTextHeightSpecified {
get {
return this.elegantTextHeightFieldSpecified;
}
set {
this.elegantTextHeightFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float letterSpacing {
get {
return this.letterSpacingField;
}
set {
this.letterSpacingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool letterSpacingSpecified {
get {
return this.letterSpacingFieldSpecified;
}
set {
this.letterSpacingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string fontFeatureSettings {
get {
return this.fontFeatureSettingsField;
}
set {
this.fontFeatureSettingsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public breakStrategy_values[] breakStrategy {
get {
return this.breakStrategyField;
}
set {
this.breakStrategyField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public hyphenationFrequency_values[] hyphenationFrequency {
get {
return this.hyphenationFrequencyField;
}
set {
this.hyphenationFrequencyField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public TextView_TypeAutoSizeTextType autoSizeTextType {
get {
return this.autoSizeTextTypeField;
}
set {
this.autoSizeTextTypeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool autoSizeTextTypeSpecified {
get {
return this.autoSizeTextTypeFieldSpecified;
}
set {
this.autoSizeTextTypeFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string autoSizeStepGranularity {
get {
return this.autoSizeStepGranularityField;
}
set {
this.autoSizeStepGranularityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string autoSizePresetSizes {
get {
return this.autoSizePresetSizesField;
}
set {
this.autoSizePresetSizesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string autoSizeMinTextSize {
get {
return this.autoSizeMinTextSizeField;
}
set {
this.autoSizeMinTextSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string autoSizeMaxTextSize {
get {
return this.autoSizeMaxTextSizeField;
}
set {
this.autoSizeMaxTextSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public justificationMode_values[] justificationMode {
get {
return this.justificationModeField;
}
set {
this.justificationModeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum bufferType_values {
///
normal,
///
spannable,
///
editable,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum numeric_values {
///
integer,
///
signed,
///
@decimal,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum capitalize_values {
///
none,
///
sentences,
///
words,
///
characters,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum drawableTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum marqueeRepeatLimit_values {
///
marquee_forever,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum breakStrategy_values {
///
simple,
///
high_quality,
///
balanced,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum hyphenationFrequency_values {
///
none,
///
normal,
///
full,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum TextView_TypeAutoSizeTextType {
///
none,
///
uniform,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum justificationMode_values {
///
none,
///
inter_word,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("RadioButton", Namespace="", IsNullable=false)]
public partial class RadioButton_Type : CompoundButton_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Space", Namespace="", IsNullable=false)]
public partial class Space_Type : View_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(VideoView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("SurfaceView", Namespace="", IsNullable=false)]
public partial class SurfaceView_Type : View_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("CheckedTextView", Namespace="", IsNullable=false)]
public partial class CheckedTextView_Type : TextView_Type {
private bool checkedField;
private bool checkedFieldSpecified;
private string checkMarkField;
private string checkMarkTintField;
private checkMarkTintMode_values[] checkMarkTintModeField;
private checkMarkGravity_values[] checkMarkGravityField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool @checked {
get {
return this.checkedField;
}
set {
this.checkedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool checkedSpecified {
get {
return this.checkedFieldSpecified;
}
set {
this.checkedFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string checkMark {
get {
return this.checkMarkField;
}
set {
this.checkMarkField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string checkMarkTint {
get {
return this.checkMarkTintField;
}
set {
this.checkMarkTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public checkMarkTintMode_values[] checkMarkTintMode {
get {
return this.checkMarkTintModeField;
}
set {
this.checkMarkTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public checkMarkGravity_values[] checkMarkGravity {
get {
return this.checkMarkGravityField;
}
set {
this.checkMarkGravityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum checkMarkTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum checkMarkGravity_values {
///
left,
///
right,
///
start,
///
end,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ZoomButton", Namespace="", IsNullable=false)]
public partial class ZoomButton_Type : ImageButton_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("QuickContactBadge", Namespace="", IsNullable=false)]
public partial class QuickContactBadge_Type : ImageView_Type {
private quickContactWindowSize_values[] quickContactWindowSizeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public quickContactWindowSize_values[] quickContactWindowSize {
get {
return this.quickContactWindowSizeField;
}
set {
this.quickContactWindowSizeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum quickContactWindowSize_values {
///
modeSmall,
///
modeMedium,
///
modeLarge,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("SeekBar", Namespace="", IsNullable=false)]
public partial class SeekBar_Type : AbsSeekBar_Type {
private string thumbField;
private string thumbOffsetField;
private bool splitTrackField;
private bool splitTrackFieldSpecified;
private bool useDisabledAlphaField;
private bool useDisabledAlphaFieldSpecified;
private string thumbTintField;
private thumbTintMode_values[] thumbTintModeField;
private string tickMarkField;
private string tickMarkTintField;
private tickMarkTintMode_values[] tickMarkTintModeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string thumb {
get {
return this.thumbField;
}
set {
this.thumbField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string thumbOffset {
get {
return this.thumbOffsetField;
}
set {
this.thumbOffsetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool splitTrack {
get {
return this.splitTrackField;
}
set {
this.splitTrackField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool splitTrackSpecified {
get {
return this.splitTrackFieldSpecified;
}
set {
this.splitTrackFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool useDisabledAlpha {
get {
return this.useDisabledAlphaField;
}
set {
this.useDisabledAlphaField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool useDisabledAlphaSpecified {
get {
return this.useDisabledAlphaFieldSpecified;
}
set {
this.useDisabledAlphaFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string thumbTint {
get {
return this.thumbTintField;
}
set {
this.thumbTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public thumbTintMode_values[] thumbTintMode {
get {
return this.thumbTintModeField;
}
set {
this.thumbTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tickMark {
get {
return this.tickMarkField;
}
set {
this.tickMarkField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tickMarkTint {
get {
return this.tickMarkTintField;
}
set {
this.tickMarkTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public tickMarkTintMode_values[] tickMarkTintMode {
get {
return this.tickMarkTintModeField;
}
set {
this.tickMarkTintModeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum thumbTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum tickMarkTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RatingBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SeekBar_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AbsSeekBar", Namespace="", IsNullable=false)]
public partial class AbsSeekBar_Type : ProgressBar_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsSeekBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RatingBar_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SeekBar_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ProgressBar", Namespace="", IsNullable=false)]
public partial class ProgressBar_Type : View_Type {
private string minField;
private string maxField;
private string progressField;
private string secondaryProgressField;
private bool indeterminateField;
private bool indeterminateFieldSpecified;
private bool indeterminateOnlyField;
private bool indeterminateOnlyFieldSpecified;
private string indeterminateDrawableField;
private string progressDrawableField;
private string indeterminateDurationField;
private indeterminateBehavior_values[] indeterminateBehaviorField;
private string minWidth1Field;
private string maxWidthField;
private string minHeight1Field;
private string maxHeightField;
private string interpolatorField;
private string animationResolutionField;
private bool mirrorForRtlField;
private bool mirrorForRtlFieldSpecified;
private string progressTintField;
private progressTintMode_values[] progressTintModeField;
private string progressBackgroundTintField;
private progressBackgroundTintMode_values[] progressBackgroundTintModeField;
private string secondaryProgressTintField;
private secondaryProgressTintMode_values[] secondaryProgressTintModeField;
private string indeterminateTintField;
private indeterminateTintMode_values[] indeterminateTintModeField;
private string backgroundTint1Field;
private backgroundTintMode_values[] backgroundTintMode1Field;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string min {
get {
return this.minField;
}
set {
this.minField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string max {
get {
return this.maxField;
}
set {
this.maxField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string progress {
get {
return this.progressField;
}
set {
this.progressField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string secondaryProgress {
get {
return this.secondaryProgressField;
}
set {
this.secondaryProgressField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool indeterminate {
get {
return this.indeterminateField;
}
set {
this.indeterminateField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool indeterminateSpecified {
get {
return this.indeterminateFieldSpecified;
}
set {
this.indeterminateFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool indeterminateOnly {
get {
return this.indeterminateOnlyField;
}
set {
this.indeterminateOnlyField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool indeterminateOnlySpecified {
get {
return this.indeterminateOnlyFieldSpecified;
}
set {
this.indeterminateOnlyFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string indeterminateDrawable {
get {
return this.indeterminateDrawableField;
}
set {
this.indeterminateDrawableField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string progressDrawable {
get {
return this.progressDrawableField;
}
set {
this.progressDrawableField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string indeterminateDuration {
get {
return this.indeterminateDurationField;
}
set {
this.indeterminateDurationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public indeterminateBehavior_values[] indeterminateBehavior {
get {
return this.indeterminateBehaviorField;
}
set {
this.indeterminateBehaviorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("minWidth", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minWidth1 {
get {
return this.minWidth1Field;
}
set {
this.minWidth1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxWidth {
get {
return this.maxWidthField;
}
set {
this.maxWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("minHeight", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minHeight1 {
get {
return this.minHeight1Field;
}
set {
this.minHeight1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxHeight {
get {
return this.maxHeightField;
}
set {
this.maxHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string interpolator {
get {
return this.interpolatorField;
}
set {
this.interpolatorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string animationResolution {
get {
return this.animationResolutionField;
}
set {
this.animationResolutionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool mirrorForRtl {
get {
return this.mirrorForRtlField;
}
set {
this.mirrorForRtlField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool mirrorForRtlSpecified {
get {
return this.mirrorForRtlFieldSpecified;
}
set {
this.mirrorForRtlFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string progressTint {
get {
return this.progressTintField;
}
set {
this.progressTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public progressTintMode_values[] progressTintMode {
get {
return this.progressTintModeField;
}
set {
this.progressTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string progressBackgroundTint {
get {
return this.progressBackgroundTintField;
}
set {
this.progressBackgroundTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public progressBackgroundTintMode_values[] progressBackgroundTintMode {
get {
return this.progressBackgroundTintModeField;
}
set {
this.progressBackgroundTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string secondaryProgressTint {
get {
return this.secondaryProgressTintField;
}
set {
this.secondaryProgressTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public secondaryProgressTintMode_values[] secondaryProgressTintMode {
get {
return this.secondaryProgressTintModeField;
}
set {
this.secondaryProgressTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string indeterminateTint {
get {
return this.indeterminateTintField;
}
set {
this.indeterminateTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public indeterminateTintMode_values[] indeterminateTintMode {
get {
return this.indeterminateTintModeField;
}
set {
this.indeterminateTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("backgroundTint", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string backgroundTint1 {
get {
return this.backgroundTint1Field;
}
set {
this.backgroundTint1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("backgroundTintMode", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public backgroundTintMode_values[] backgroundTintMode1 {
get {
return this.backgroundTintMode1Field;
}
set {
this.backgroundTintMode1Field = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum indeterminateBehavior_values {
///
repeat,
///
cycle,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum progressTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum progressBackgroundTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum secondaryProgressTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum indeterminateTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("DigitalClock", Namespace="", IsNullable=false)]
public partial class DigitalClock_Type : TextView_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("VideoView", Namespace="", IsNullable=false)]
public partial class VideoView_Type : SurfaceView_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Chronometer", Namespace="", IsNullable=false)]
public partial class Chronometer_Type : TextView_Type {
private string formatField;
private bool countDownField;
private bool countDownFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string format {
get {
return this.formatField;
}
set {
this.formatField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool countDown {
get {
return this.countDownField;
}
set {
this.countDownField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool countDownSpecified {
get {
return this.countDownFieldSpecified;
}
set {
this.countDownFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TwoLineListItem", Namespace="", IsNullable=false)]
public partial class TwoLineListItem_Type : RelativeLayout_Type {
private mode_values[] modeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public mode_values[] mode {
get {
return this.modeField;
}
set {
this.modeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum mode_values {
///
oneLine,
///
collapsing,
///
twoLine,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DialerFilter_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TwoLineListItem_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("RelativeLayout", Namespace="", IsNullable=false)]
public partial class RelativeLayout_Type : ViewGroup_Type {
private string gravityField;
private string ignoreGravityField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string ignoreGravity {
get {
return this.ignoreGravityField;
}
set {
this.ignoreGravityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ToggleButton", Namespace="", IsNullable=false)]
public partial class ToggleButton_Type : CompoundButton_Type {
private string textOnField;
private string textOffField;
private float disabledAlphaField;
private bool disabledAlphaFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textOn {
get {
return this.textOnField;
}
set {
this.textOnField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textOff {
get {
return this.textOffField;
}
set {
this.textOffField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float disabledAlpha {
get {
return this.disabledAlphaField;
}
set {
this.disabledAlphaField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool disabledAlphaSpecified {
get {
return this.disabledAlphaFieldSpecified;
}
set {
this.disabledAlphaFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("WebView", Namespace="", IsNullable=false)]
public partial class WebView_Type : AbsoluteLayout_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(WebView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AbsoluteLayout", Namespace="", IsNullable=false)]
public partial class AbsoluteLayout_Type : ViewGroup_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("MultiAutoCompleteTextView", Namespace="", IsNullable=false)]
public partial class MultiAutoCompleteTextView_Type : AutoCompleteTextView_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MultiAutoCompleteTextView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AutoCompleteTextView", Namespace="", IsNullable=false)]
public partial class AutoCompleteTextView_Type : EditText_Type {
private string completionHintField;
private string completionHintViewField;
private string completionThresholdField;
private string dropDownSelectorField;
private string dropDownAnchorField;
private dropDownWidth_values[] dropDownWidthField;
private dropDownHeight_values[] dropDownHeightField;
private string inputType1Field;
private string popupThemeField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string completionHint {
get {
return this.completionHintField;
}
set {
this.completionHintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string completionHintView {
get {
return this.completionHintViewField;
}
set {
this.completionHintViewField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string completionThreshold {
get {
return this.completionThresholdField;
}
set {
this.completionThresholdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dropDownSelector {
get {
return this.dropDownSelectorField;
}
set {
this.dropDownSelectorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dropDownAnchor {
get {
return this.dropDownAnchorField;
}
set {
this.dropDownAnchorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public dropDownWidth_values[] dropDownWidth {
get {
return this.dropDownWidthField;
}
set {
this.dropDownWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public dropDownHeight_values[] dropDownHeight {
get {
return this.dropDownHeightField;
}
set {
this.dropDownHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("inputType", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inputType1 {
get {
return this.inputType1Field;
}
set {
this.inputType1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string popupTheme {
get {
return this.popupThemeField;
}
set {
this.popupThemeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum dropDownHeight_values {
///
fill_parent,
///
match_parent,
///
wrap_content,
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AutoCompleteTextView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MultiAutoCompleteTextView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("EditText", Namespace="", IsNullable=false)]
public partial class EditText_Type : TextView_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("NumberPicker", Namespace="", IsNullable=false)]
public partial class NumberPicker_Type : LinearLayout_Type {
private string solidColorField;
private string selectionDividerField;
private string selectionDividerHeightField;
private string selectionDividersDistanceField;
private string internalMinHeightField;
private string internalMaxHeightField;
private string internalMinWidthField;
private string internalMaxWidthField;
private string internalLayoutField;
private string virtualButtonPressedDrawableField;
private bool hideWheelUntilFocusedField;
private bool hideWheelUntilFocusedFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string solidColor {
get {
return this.solidColorField;
}
set {
this.solidColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string selectionDivider {
get {
return this.selectionDividerField;
}
set {
this.selectionDividerField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string selectionDividerHeight {
get {
return this.selectionDividerHeightField;
}
set {
this.selectionDividerHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string selectionDividersDistance {
get {
return this.selectionDividersDistanceField;
}
set {
this.selectionDividersDistanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalMinHeight {
get {
return this.internalMinHeightField;
}
set {
this.internalMinHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalMaxHeight {
get {
return this.internalMaxHeightField;
}
set {
this.internalMaxHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalMinWidth {
get {
return this.internalMinWidthField;
}
set {
this.internalMinWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalMaxWidth {
get {
return this.internalMaxWidthField;
}
set {
this.internalMaxWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string internalLayout {
get {
return this.internalLayoutField;
}
set {
this.internalLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string virtualButtonPressedDrawable {
get {
return this.virtualButtonPressedDrawableField;
}
set {
this.virtualButtonPressedDrawableField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool hideWheelUntilFocused {
get {
return this.hideWheelUntilFocusedField;
}
set {
this.hideWheelUntilFocusedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool hideWheelUntilFocusedSpecified {
get {
return this.hideWheelUntilFocusedFieldSpecified;
}
set {
this.hideWheelUntilFocusedFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("RatingBar", Namespace="", IsNullable=false)]
public partial class RatingBar_Type : AbsSeekBar_Type {
private string numStarsField;
private float ratingField;
private bool ratingFieldSpecified;
private float stepSizeField;
private bool stepSizeFieldSpecified;
private bool isIndicatorField;
private bool isIndicatorFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string numStars {
get {
return this.numStarsField;
}
set {
this.numStarsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float rating {
get {
return this.ratingField;
}
set {
this.ratingField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ratingSpecified {
get {
return this.ratingFieldSpecified;
}
set {
this.ratingFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float stepSize {
get {
return this.stepSizeField;
}
set {
this.stepSizeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool stepSizeSpecified {
get {
return this.stepSizeFieldSpecified;
}
set {
this.stepSizeFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool isIndicator {
get {
return this.isIndicatorField;
}
set {
this.isIndicatorField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool isIndicatorSpecified {
get {
return this.isIndicatorFieldSpecified;
}
set {
this.isIndicatorFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TextureView", Namespace="", IsNullable=false)]
public partial class TextureView_Type : View_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("CalendarView", Namespace="", IsNullable=false)]
public partial class CalendarView_Type : FrameLayout_Type {
private string firstDayOfWeekField;
private string minDateField;
private string maxDateField;
private string monthTextAppearanceField;
private string weekDayTextAppearanceField;
private string dateTextAppearanceField;
private string daySelectorColorField;
private string dayHighlightColorField;
private calendarViewMode_values[] calendarViewModeField;
private bool showWeekNumberField;
private bool showWeekNumberFieldSpecified;
private string shownWeekCountField;
private string selectedWeekBackgroundColorField;
private string focusedMonthDateColorField;
private string unfocusedMonthDateColorField;
private string weekNumberColorField;
private string weekSeparatorLineColorField;
private string selectedDateVerticalBarField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string firstDayOfWeek {
get {
return this.firstDayOfWeekField;
}
set {
this.firstDayOfWeekField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string minDate {
get {
return this.minDateField;
}
set {
this.minDateField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxDate {
get {
return this.maxDateField;
}
set {
this.maxDateField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string monthTextAppearance {
get {
return this.monthTextAppearanceField;
}
set {
this.monthTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string weekDayTextAppearance {
get {
return this.weekDayTextAppearanceField;
}
set {
this.weekDayTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dateTextAppearance {
get {
return this.dateTextAppearanceField;
}
set {
this.dateTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string daySelectorColor {
get {
return this.daySelectorColorField;
}
set {
this.daySelectorColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dayHighlightColor {
get {
return this.dayHighlightColorField;
}
set {
this.dayHighlightColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public calendarViewMode_values[] calendarViewMode {
get {
return this.calendarViewModeField;
}
set {
this.calendarViewModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool showWeekNumber {
get {
return this.showWeekNumberField;
}
set {
this.showWeekNumberField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool showWeekNumberSpecified {
get {
return this.showWeekNumberFieldSpecified;
}
set {
this.showWeekNumberFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string shownWeekCount {
get {
return this.shownWeekCountField;
}
set {
this.shownWeekCountField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string selectedWeekBackgroundColor {
get {
return this.selectedWeekBackgroundColorField;
}
set {
this.selectedWeekBackgroundColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string focusedMonthDateColor {
get {
return this.focusedMonthDateColorField;
}
set {
this.focusedMonthDateColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string unfocusedMonthDateColor {
get {
return this.unfocusedMonthDateColorField;
}
set {
this.unfocusedMonthDateColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string weekNumberColor {
get {
return this.weekNumberColorField;
}
set {
this.weekNumberColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string weekSeparatorLineColor {
get {
return this.weekSeparatorLineColorField;
}
set {
this.weekSeparatorLineColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string selectedDateVerticalBar {
get {
return this.selectedDateVerticalBarField;
}
set {
this.selectedDateVerticalBarField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum calendarViewMode_values {
///
holo,
///
material,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("GestureOverlayView", Namespace="", IsNullable=false)]
public partial class GestureOverlayView_Type : FrameLayout_Type {
private float gestureStrokeWidthField;
private bool gestureStrokeWidthFieldSpecified;
private string gestureColorField;
private string uncertainGestureColorField;
private string fadeOffsetField;
private string fadeDurationField;
private gestureStrokeType_values[] gestureStrokeTypeField;
private float gestureStrokeLengthThresholdField;
private bool gestureStrokeLengthThresholdFieldSpecified;
private float gestureStrokeSquarenessThresholdField;
private bool gestureStrokeSquarenessThresholdFieldSpecified;
private float gestureStrokeAngleThresholdField;
private bool gestureStrokeAngleThresholdFieldSpecified;
private bool eventsInterceptionEnabledField;
private bool eventsInterceptionEnabledFieldSpecified;
private bool fadeEnabledField;
private bool fadeEnabledFieldSpecified;
private string orientationField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float gestureStrokeWidth {
get {
return this.gestureStrokeWidthField;
}
set {
this.gestureStrokeWidthField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool gestureStrokeWidthSpecified {
get {
return this.gestureStrokeWidthFieldSpecified;
}
set {
this.gestureStrokeWidthFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gestureColor {
get {
return this.gestureColorField;
}
set {
this.gestureColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string uncertainGestureColor {
get {
return this.uncertainGestureColorField;
}
set {
this.uncertainGestureColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string fadeOffset {
get {
return this.fadeOffsetField;
}
set {
this.fadeOffsetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string fadeDuration {
get {
return this.fadeDurationField;
}
set {
this.fadeDurationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public gestureStrokeType_values[] gestureStrokeType {
get {
return this.gestureStrokeTypeField;
}
set {
this.gestureStrokeTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float gestureStrokeLengthThreshold {
get {
return this.gestureStrokeLengthThresholdField;
}
set {
this.gestureStrokeLengthThresholdField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool gestureStrokeLengthThresholdSpecified {
get {
return this.gestureStrokeLengthThresholdFieldSpecified;
}
set {
this.gestureStrokeLengthThresholdFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float gestureStrokeSquarenessThreshold {
get {
return this.gestureStrokeSquarenessThresholdField;
}
set {
this.gestureStrokeSquarenessThresholdField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool gestureStrokeSquarenessThresholdSpecified {
get {
return this.gestureStrokeSquarenessThresholdFieldSpecified;
}
set {
this.gestureStrokeSquarenessThresholdFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public float gestureStrokeAngleThreshold {
get {
return this.gestureStrokeAngleThresholdField;
}
set {
this.gestureStrokeAngleThresholdField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool gestureStrokeAngleThresholdSpecified {
get {
return this.gestureStrokeAngleThresholdFieldSpecified;
}
set {
this.gestureStrokeAngleThresholdFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool eventsInterceptionEnabled {
get {
return this.eventsInterceptionEnabledField;
}
set {
this.eventsInterceptionEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool eventsInterceptionEnabledSpecified {
get {
return this.eventsInterceptionEnabledFieldSpecified;
}
set {
this.eventsInterceptionEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fadeEnabled {
get {
return this.fadeEnabledField;
}
set {
this.fadeEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fadeEnabledSpecified {
get {
return this.fadeEnabledFieldSpecified;
}
set {
this.fadeEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string orientation {
get {
return this.orientationField;
}
set {
this.orientationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum gestureStrokeType_values {
///
single,
///
multiple,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TextClock", Namespace="", IsNullable=false)]
public partial class TextClock_Type : TextView_Type {
private string format12HourField;
private string format24HourField;
private string timeZoneField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string format12Hour {
get {
return this.format12HourField;
}
set {
this.format12HourField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string format24Hour {
get {
return this.format24HourField;
}
set {
this.format24HourField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string timeZone {
get {
return this.timeZoneField;
}
set {
this.timeZoneField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Switch", Namespace="", IsNullable=false)]
public partial class Switch_Type : CompoundButton_Type {
private string thumbField;
private string thumbTintField;
private thumbTintMode_values[] thumbTintModeField;
private string trackField;
private string trackTintField;
private trackTintMode_values[] trackTintModeField;
private string textOnField;
private string textOffField;
private string thumbTextPaddingField;
private string switchTextAppearanceField;
private string switchMinWidthField;
private string switchPaddingField;
private bool splitTrackField;
private bool splitTrackFieldSpecified;
private bool showTextField;
private bool showTextFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string thumb {
get {
return this.thumbField;
}
set {
this.thumbField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string thumbTint {
get {
return this.thumbTintField;
}
set {
this.thumbTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public thumbTintMode_values[] thumbTintMode {
get {
return this.thumbTintModeField;
}
set {
this.thumbTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string track {
get {
return this.trackField;
}
set {
this.trackField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string trackTint {
get {
return this.trackTintField;
}
set {
this.trackTintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public trackTintMode_values[] trackTintMode {
get {
return this.trackTintModeField;
}
set {
this.trackTintModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textOn {
get {
return this.textOnField;
}
set {
this.textOnField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string textOff {
get {
return this.textOffField;
}
set {
this.textOffField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string thumbTextPadding {
get {
return this.thumbTextPaddingField;
}
set {
this.thumbTextPaddingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string switchTextAppearance {
get {
return this.switchTextAppearanceField;
}
set {
this.switchTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string switchMinWidth {
get {
return this.switchMinWidthField;
}
set {
this.switchMinWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string switchPadding {
get {
return this.switchPaddingField;
}
set {
this.switchPaddingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool splitTrack {
get {
return this.splitTrackField;
}
set {
this.splitTrackField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool splitTrackSpecified {
get {
return this.splitTrackFieldSpecified;
}
set {
this.splitTrackFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool showText {
get {
return this.showTextField;
}
set {
this.showTextField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool showTextSpecified {
get {
return this.showTextFieldSpecified;
}
set {
this.showTextFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum trackTintMode_values {
///
src_over,
///
src_in,
///
src_atop,
///
multiply,
///
screen,
///
add,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="AbsoluteLayout.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("AbsoluteLayout.LayoutParams", Namespace="", IsNullable=false)]
public partial class AbsoluteLayoutLayoutParams_Type : ViewGroupLayoutParams_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(MarginLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RelativeLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FrameLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LinearLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableRowLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionMenuViewLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioGroupLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AbsoluteLayoutLayoutParams_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="ViewGroup.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("ViewGroup.LayoutParams", Namespace="", IsNullable=false)]
public partial class ViewGroupLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="RadioGroup.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("RadioGroup.LayoutParams", Namespace="", IsNullable=false)]
public partial class RadioGroupLayoutParams_Type : LinearLayoutLayoutParams_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableRowLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionMenuViewLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioGroupLayoutParams_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="LinearLayout.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("LinearLayout.LayoutParams", Namespace="", IsNullable=false)]
public partial class LinearLayoutLayoutParams_Type : MarginLayoutParams_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RelativeLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(FrameLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(LinearLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableLayoutLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TableRowLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ActionMenuViewLayoutParams_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(RadioGroupLayoutParams_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("MarginLayoutParams", Namespace="", IsNullable=false)]
public partial class MarginLayoutParams_Type : ViewGroupLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="ActionMenuView.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("ActionMenuView.LayoutParams", Namespace="", IsNullable=false)]
public partial class ActionMenuViewLayoutParams_Type : LinearLayoutLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="TableRow.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("TableRow.LayoutParams", Namespace="", IsNullable=false)]
public partial class TableRowLayoutParams_Type : LinearLayoutLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="FrameLayout.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("FrameLayout.LayoutParams", Namespace="", IsNullable=false)]
public partial class FrameLayoutLayoutParams_Type : MarginLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="GridLayout.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("GridLayout.LayoutParams", Namespace="", IsNullable=false)]
public partial class GridLayoutLayoutParams_Type : MarginLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="TableLayout.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("TableLayout.LayoutParams", Namespace="", IsNullable=false)]
public partial class TableLayoutLayoutParams_Type : LinearLayoutLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(TypeName="RelativeLayout.LayoutParams_Type")]
[System.Xml.Serialization.XmlRootAttribute("RelativeLayout.LayoutParams", Namespace="", IsNullable=false)]
public partial class RelativeLayoutLayoutParams_Type : MarginLayoutParams_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ScrollView", Namespace="", IsNullable=false)]
public partial class ScrollView_Type : FrameLayout_Type {
private bool fillViewportField;
private bool fillViewportFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fillViewport {
get {
return this.fillViewportField;
}
set {
this.fillViewportField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fillViewportSpecified {
get {
return this.fillViewportFieldSpecified;
}
set {
this.fillViewportFieldSpecified = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandableListView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ListView", Namespace="", IsNullable=false)]
public partial class ListView_Type : AbsListView_Type {
private string entriesField;
private string dividerField;
private string dividerHeightField;
private bool headerDividersEnabledField;
private bool headerDividersEnabledFieldSpecified;
private bool footerDividersEnabledField;
private bool footerDividersEnabledFieldSpecified;
private string overScrollHeaderField;
private string overScrollFooterField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string entries {
get {
return this.entriesField;
}
set {
this.entriesField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string divider {
get {
return this.dividerField;
}
set {
this.dividerField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string dividerHeight {
get {
return this.dividerHeightField;
}
set {
this.dividerHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool headerDividersEnabled {
get {
return this.headerDividersEnabledField;
}
set {
this.headerDividersEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool headerDividersEnabledSpecified {
get {
return this.headerDividersEnabledFieldSpecified;
}
set {
this.headerDividersEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool footerDividersEnabled {
get {
return this.footerDividersEnabledField;
}
set {
this.footerDividersEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool footerDividersEnabledSpecified {
get {
return this.footerDividersEnabledFieldSpecified;
}
set {
this.footerDividersEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string overScrollHeader {
get {
return this.overScrollHeaderField;
}
set {
this.overScrollHeaderField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string overScrollFooter {
get {
return this.overScrollFooterField;
}
set {
this.overScrollFooterField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(GridView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ListView_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ExpandableListView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AbsListView", Namespace="", IsNullable=false)]
public partial class AbsListView_Type : AdapterView_Type {
private string listSelectorField;
private bool drawSelectorOnTopField;
private bool drawSelectorOnTopFieldSpecified;
private bool stackFromBottomField;
private bool stackFromBottomFieldSpecified;
private bool scrollingCacheField;
private bool scrollingCacheFieldSpecified;
private bool textFilterEnabledField;
private bool textFilterEnabledFieldSpecified;
private transcriptMode_values[] transcriptModeField;
private string cacheColorHintField;
private bool fastScrollEnabledField;
private bool fastScrollEnabledFieldSpecified;
private string fastScrollStyleField;
private bool smoothScrollbarField;
private bool smoothScrollbarFieldSpecified;
private choiceMode_values[] choiceModeField;
private bool fastScrollAlwaysVisibleField;
private bool fastScrollAlwaysVisibleFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string listSelector {
get {
return this.listSelectorField;
}
set {
this.listSelectorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool drawSelectorOnTop {
get {
return this.drawSelectorOnTopField;
}
set {
this.drawSelectorOnTopField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool drawSelectorOnTopSpecified {
get {
return this.drawSelectorOnTopFieldSpecified;
}
set {
this.drawSelectorOnTopFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool stackFromBottom {
get {
return this.stackFromBottomField;
}
set {
this.stackFromBottomField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool stackFromBottomSpecified {
get {
return this.stackFromBottomFieldSpecified;
}
set {
this.stackFromBottomFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool scrollingCache {
get {
return this.scrollingCacheField;
}
set {
this.scrollingCacheField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool scrollingCacheSpecified {
get {
return this.scrollingCacheFieldSpecified;
}
set {
this.scrollingCacheFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool textFilterEnabled {
get {
return this.textFilterEnabledField;
}
set {
this.textFilterEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool textFilterEnabledSpecified {
get {
return this.textFilterEnabledFieldSpecified;
}
set {
this.textFilterEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public transcriptMode_values[] transcriptMode {
get {
return this.transcriptModeField;
}
set {
this.transcriptModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string cacheColorHint {
get {
return this.cacheColorHintField;
}
set {
this.cacheColorHintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fastScrollEnabled {
get {
return this.fastScrollEnabledField;
}
set {
this.fastScrollEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fastScrollEnabledSpecified {
get {
return this.fastScrollEnabledFieldSpecified;
}
set {
this.fastScrollEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string fastScrollStyle {
get {
return this.fastScrollStyleField;
}
set {
this.fastScrollStyleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool smoothScrollbar {
get {
return this.smoothScrollbarField;
}
set {
this.smoothScrollbarField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool smoothScrollbarSpecified {
get {
return this.smoothScrollbarFieldSpecified;
}
set {
this.smoothScrollbarFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public choiceMode_values[] choiceMode {
get {
return this.choiceModeField;
}
set {
this.choiceModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fastScrollAlwaysVisible {
get {
return this.fastScrollAlwaysVisibleField;
}
set {
this.fastScrollAlwaysVisibleField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fastScrollAlwaysVisibleSpecified {
get {
return this.fastScrollAlwaysVisibleFieldSpecified;
}
set {
this.fastScrollAlwaysVisibleFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum transcriptMode_values {
///
disabled,
///
normal,
///
alwaysScroll,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum choiceMode_values {
///
none,
///
singleChoice,
///
multipleChoice,
///
multipleChoiceModal,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("Toolbar", Namespace="", IsNullable=false)]
public partial class Toolbar_Type : ViewGroup_Type {
private string titleTextAppearanceField;
private string subtitleTextAppearanceField;
private string titleField;
private string subtitleField;
private string gravityField;
private string titleMarginField;
private string titleMarginStartField;
private string titleMarginEndField;
private string titleMarginTopField;
private string titleMarginBottomField;
private string contentInsetStartField;
private string contentInsetEndField;
private string contentInsetLeftField;
private string contentInsetRightField;
private string contentInsetStartWithNavigationField;
private string contentInsetEndWithActionsField;
private string maxButtonHeightField;
private string navigationButtonStyleField;
private buttonGravity_values[] buttonGravityField;
private string collapseIconField;
private string collapseContentDescriptionField;
private string popupThemeField;
private string navigationIconField;
private string navigationContentDescriptionField;
private string logoField;
private string logoDescriptionField;
private string titleTextColorField;
private string subtitleTextColorField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleTextAppearance {
get {
return this.titleTextAppearanceField;
}
set {
this.titleTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string subtitleTextAppearance {
get {
return this.subtitleTextAppearanceField;
}
set {
this.subtitleTextAppearanceField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string title {
get {
return this.titleField;
}
set {
this.titleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string subtitle {
get {
return this.subtitleField;
}
set {
this.subtitleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleMargin {
get {
return this.titleMarginField;
}
set {
this.titleMarginField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleMarginStart {
get {
return this.titleMarginStartField;
}
set {
this.titleMarginStartField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleMarginEnd {
get {
return this.titleMarginEndField;
}
set {
this.titleMarginEndField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleMarginTop {
get {
return this.titleMarginTopField;
}
set {
this.titleMarginTopField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleMarginBottom {
get {
return this.titleMarginBottomField;
}
set {
this.titleMarginBottomField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentInsetStart {
get {
return this.contentInsetStartField;
}
set {
this.contentInsetStartField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentInsetEnd {
get {
return this.contentInsetEndField;
}
set {
this.contentInsetEndField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentInsetLeft {
get {
return this.contentInsetLeftField;
}
set {
this.contentInsetLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentInsetRight {
get {
return this.contentInsetRightField;
}
set {
this.contentInsetRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentInsetStartWithNavigation {
get {
return this.contentInsetStartWithNavigationField;
}
set {
this.contentInsetStartWithNavigationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string contentInsetEndWithActions {
get {
return this.contentInsetEndWithActionsField;
}
set {
this.contentInsetEndWithActionsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxButtonHeight {
get {
return this.maxButtonHeightField;
}
set {
this.maxButtonHeightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string navigationButtonStyle {
get {
return this.navigationButtonStyleField;
}
set {
this.navigationButtonStyleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public buttonGravity_values[] buttonGravity {
get {
return this.buttonGravityField;
}
set {
this.buttonGravityField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string collapseIcon {
get {
return this.collapseIconField;
}
set {
this.collapseIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string collapseContentDescription {
get {
return this.collapseContentDescriptionField;
}
set {
this.collapseContentDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string popupTheme {
get {
return this.popupThemeField;
}
set {
this.popupThemeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string navigationIcon {
get {
return this.navigationIconField;
}
set {
this.navigationIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string navigationContentDescription {
get {
return this.navigationContentDescriptionField;
}
set {
this.navigationContentDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string logo {
get {
return this.logoField;
}
set {
this.logoField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string logoDescription {
get {
return this.logoDescriptionField;
}
set {
this.logoDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string titleTextColor {
get {
return this.titleTextColorField;
}
set {
this.titleTextColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string subtitleTextColor {
get {
return this.subtitleTextColorField;
}
set {
this.subtitleTextColorField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum buttonGravity_values {
///
top,
///
bottom,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("GridView", Namespace="", IsNullable=false)]
public partial class GridView_Type : AbsListView_Type {
private string horizontalSpacingField;
private string verticalSpacingField;
private stretchMode_values[] stretchModeField;
private string columnWidthField;
private numColumns_values[] numColumnsField;
private string gravityField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string horizontalSpacing {
get {
return this.horizontalSpacingField;
}
set {
this.horizontalSpacingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string verticalSpacing {
get {
return this.verticalSpacingField;
}
set {
this.verticalSpacingField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public stretchMode_values[] stretchMode {
get {
return this.stretchModeField;
}
set {
this.stretchModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string columnWidth {
get {
return this.columnWidthField;
}
set {
this.columnWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public numColumns_values[] numColumns {
get {
return this.numColumnsField;
}
set {
this.numColumnsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string gravity {
get {
return this.gravityField;
}
set {
this.gravityField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum stretchMode_values {
///
none,
///
spacingWidth,
///
columnWidth,
///
spacingWidthUniform,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.android.com/apk/res/android")]
public enum numColumns_values {
///
auto_fit,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ImageSwitcher", Namespace="", IsNullable=false)]
public partial class ImageSwitcher_Type : ViewSwitcher_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageSwitcher_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ViewSwitcher", Namespace="", IsNullable=false)]
public partial class ViewSwitcher_Type : ViewAnimator_Type {
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TextSwitcher_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ImageSwitcher_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ViewAnimator", Namespace="", IsNullable=false)]
public partial class ViewAnimator_Type : FrameLayout_Type {
private string inAnimationField;
private string outAnimationField;
private bool animateFirstViewField;
private bool animateFirstViewFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inAnimation {
get {
return this.inAnimationField;
}
set {
this.inAnimationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string outAnimation {
get {
return this.outAnimationField;
}
set {
this.outAnimationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool animateFirstView {
get {
return this.animateFirstViewField;
}
set {
this.animateFirstViewField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool animateFirstViewSpecified {
get {
return this.animateFirstViewFieldSpecified;
}
set {
this.animateFirstViewFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TextSwitcher", Namespace="", IsNullable=false)]
public partial class TextSwitcher_Type : ViewSwitcher_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("MediaController", Namespace="", IsNullable=false)]
public partial class MediaController_Type : FrameLayout_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TabWidget", Namespace="", IsNullable=false)]
public partial class TabWidget_Type : LinearLayout_Type {
private string divider1Field;
private bool tabStripEnabledField;
private bool tabStripEnabledFieldSpecified;
private string tabStripLeftField;
private string tabStripRightField;
private string tabLayoutField;
///
[System.Xml.Serialization.XmlAttributeAttribute("divider", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string divider1 {
get {
return this.divider1Field;
}
set {
this.divider1Field = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool tabStripEnabled {
get {
return this.tabStripEnabledField;
}
set {
this.tabStripEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool tabStripEnabledSpecified {
get {
return this.tabStripEnabledFieldSpecified;
}
set {
this.tabStripEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tabStripLeft {
get {
return this.tabStripLeftField;
}
set {
this.tabStripLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tabStripRight {
get {
return this.tabStripRightField;
}
set {
this.tabStripRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string tabLayout {
get {
return this.tabLayoutField;
}
set {
this.tabLayoutField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("StackView", Namespace="", IsNullable=false)]
public partial class StackView_Type : AdapterViewAnimator_Type {
private string resOutColorField;
private string clickColorField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string resOutColor {
get {
return this.resOutColorField;
}
set {
this.resOutColorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string clickColor {
get {
return this.clickColorField;
}
set {
this.clickColorField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AdapterViewFlipper_Type))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(StackView_Type))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AdapterViewAnimator", Namespace="", IsNullable=false)]
public partial class AdapterViewAnimator_Type : AdapterView_Type {
private string inAnimationField;
private string outAnimationField;
private bool loopViewsField;
private bool loopViewsFieldSpecified;
private bool animateFirstViewField;
private bool animateFirstViewFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inAnimation {
get {
return this.inAnimationField;
}
set {
this.inAnimationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string outAnimation {
get {
return this.outAnimationField;
}
set {
this.outAnimationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool loopViews {
get {
return this.loopViewsField;
}
set {
this.loopViewsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool loopViewsSpecified {
get {
return this.loopViewsFieldSpecified;
}
set {
this.loopViewsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool animateFirstView {
get {
return this.animateFirstViewField;
}
set {
this.animateFirstViewField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool animateFirstViewSpecified {
get {
return this.animateFirstViewFieldSpecified;
}
set {
this.animateFirstViewFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("DialerFilter", Namespace="", IsNullable=false)]
public partial class DialerFilter_Type : RelativeLayout_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("SlidingDrawer", Namespace="", IsNullable=false)]
public partial class SlidingDrawer_Type : ViewGroup_Type {
private string handleField;
private string contentField;
private string orientationField;
private string bottomOffsetField;
private string topOffsetField;
private bool allowSingleTapField;
private bool allowSingleTapFieldSpecified;
private bool animateOnClickField;
private bool animateOnClickFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string handle {
get {
return this.handleField;
}
set {
this.handleField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string content {
get {
return this.contentField;
}
set {
this.contentField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string orientation {
get {
return this.orientationField;
}
set {
this.orientationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string bottomOffset {
get {
return this.bottomOffsetField;
}
set {
this.bottomOffsetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string topOffset {
get {
return this.topOffsetField;
}
set {
this.topOffsetField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool allowSingleTap {
get {
return this.allowSingleTapField;
}
set {
this.allowSingleTapField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool allowSingleTapSpecified {
get {
return this.allowSingleTapFieldSpecified;
}
set {
this.allowSingleTapFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool animateOnClick {
get {
return this.animateOnClickField;
}
set {
this.animateOnClickField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool animateOnClickSpecified {
get {
return this.animateOnClickFieldSpecified;
}
set {
this.animateOnClickFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("GridLayout", Namespace="", IsNullable=false)]
public partial class GridLayout_Type : ViewGroup_Type {
private string orientationField;
private string rowCountField;
private string columnCountField;
private bool useDefaultMarginsField;
private bool useDefaultMarginsFieldSpecified;
private string alignmentModeField;
private bool rowOrderPreservedField;
private bool rowOrderPreservedFieldSpecified;
private bool columnOrderPreservedField;
private bool columnOrderPreservedFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string orientation {
get {
return this.orientationField;
}
set {
this.orientationField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string rowCount {
get {
return this.rowCountField;
}
set {
this.rowCountField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string columnCount {
get {
return this.columnCountField;
}
set {
this.columnCountField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool useDefaultMargins {
get {
return this.useDefaultMarginsField;
}
set {
this.useDefaultMarginsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool useDefaultMarginsSpecified {
get {
return this.useDefaultMarginsFieldSpecified;
}
set {
this.useDefaultMarginsFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string alignmentMode {
get {
return this.alignmentModeField;
}
set {
this.alignmentModeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool rowOrderPreserved {
get {
return this.rowOrderPreservedField;
}
set {
this.rowOrderPreservedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool rowOrderPreservedSpecified {
get {
return this.rowOrderPreservedFieldSpecified;
}
set {
this.rowOrderPreservedFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool columnOrderPreserved {
get {
return this.columnOrderPreservedField;
}
set {
this.columnOrderPreservedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool columnOrderPreservedSpecified {
get {
return this.columnOrderPreservedFieldSpecified;
}
set {
this.columnOrderPreservedFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TabHost", Namespace="", IsNullable=false)]
public partial class TabHost_Type : FrameLayout_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ExpandableListView", Namespace="", IsNullable=false)]
public partial class ExpandableListView_Type : ListView_Type {
private string groupIndicatorField;
private string childIndicatorField;
private string indicatorLeftField;
private string indicatorRightField;
private string childIndicatorLeftField;
private string childIndicatorRightField;
private string childDividerField;
private string indicatorStartField;
private string indicatorEndField;
private string childIndicatorStartField;
private string childIndicatorEndField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string groupIndicator {
get {
return this.groupIndicatorField;
}
set {
this.groupIndicatorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string childIndicator {
get {
return this.childIndicatorField;
}
set {
this.childIndicatorField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string indicatorLeft {
get {
return this.indicatorLeftField;
}
set {
this.indicatorLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string indicatorRight {
get {
return this.indicatorRightField;
}
set {
this.indicatorRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string childIndicatorLeft {
get {
return this.childIndicatorLeftField;
}
set {
this.childIndicatorLeftField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string childIndicatorRight {
get {
return this.childIndicatorRightField;
}
set {
this.childIndicatorRightField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string childDivider {
get {
return this.childDividerField;
}
set {
this.childDividerField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string indicatorStart {
get {
return this.indicatorStartField;
}
set {
this.indicatorStartField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string indicatorEnd {
get {
return this.indicatorEndField;
}
set {
this.indicatorEndField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string childIndicatorStart {
get {
return this.childIndicatorStartField;
}
set {
this.childIndicatorStartField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string childIndicatorEnd {
get {
return this.childIndicatorEndField;
}
set {
this.childIndicatorEndField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ActionMenuView", Namespace="", IsNullable=false)]
public partial class ActionMenuView_Type : LinearLayout_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("ViewFlipper", Namespace="", IsNullable=false)]
public partial class ViewFlipper_Type : ViewAnimator_Type {
private string flipIntervalField;
private bool autoStartField;
private bool autoStartFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string flipInterval {
get {
return this.flipIntervalField;
}
set {
this.flipIntervalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool autoStart {
get {
return this.autoStartField;
}
set {
this.autoStartField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool autoStartSpecified {
get {
return this.autoStartFieldSpecified;
}
set {
this.autoStartFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("SearchView", Namespace="", IsNullable=false)]
public partial class SearchView_Type : LinearLayout_Type {
private string layoutField;
private bool iconifiedByDefaultField;
private bool iconifiedByDefaultFieldSpecified;
private string maxWidthField;
private string queryHintField;
private string defaultQueryHintField;
private string imeOptionsField;
private string inputTypeField;
private string closeIconField;
private string goIconField;
private string searchIconField;
private string searchHintIconField;
private string voiceIconField;
private string commitIconField;
private string suggestionRowLayoutField;
private string queryBackgroundField;
private string submitBackgroundField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string layout {
get {
return this.layoutField;
}
set {
this.layoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool iconifiedByDefault {
get {
return this.iconifiedByDefaultField;
}
set {
this.iconifiedByDefaultField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool iconifiedByDefaultSpecified {
get {
return this.iconifiedByDefaultFieldSpecified;
}
set {
this.iconifiedByDefaultFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string maxWidth {
get {
return this.maxWidthField;
}
set {
this.maxWidthField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string queryHint {
get {
return this.queryHintField;
}
set {
this.queryHintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string defaultQueryHint {
get {
return this.defaultQueryHintField;
}
set {
this.defaultQueryHintField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string imeOptions {
get {
return this.imeOptionsField;
}
set {
this.imeOptionsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string inputType {
get {
return this.inputTypeField;
}
set {
this.inputTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string closeIcon {
get {
return this.closeIconField;
}
set {
this.closeIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string goIcon {
get {
return this.goIconField;
}
set {
this.goIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string searchIcon {
get {
return this.searchIconField;
}
set {
this.searchIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string searchHintIcon {
get {
return this.searchHintIconField;
}
set {
this.searchHintIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string voiceIcon {
get {
return this.voiceIconField;
}
set {
this.voiceIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string commitIcon {
get {
return this.commitIconField;
}
set {
this.commitIconField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string suggestionRowLayout {
get {
return this.suggestionRowLayoutField;
}
set {
this.suggestionRowLayoutField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string queryBackground {
get {
return this.queryBackgroundField;
}
set {
this.queryBackgroundField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string submitBackground {
get {
return this.submitBackgroundField;
}
set {
this.submitBackgroundField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("RadioGroup", Namespace="", IsNullable=false)]
public partial class RadioGroup_Type : LinearLayout_Type {
private string checkedButtonField;
private string orientation1Field;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string checkedButton {
get {
return this.checkedButtonField;
}
set {
this.checkedButtonField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute("orientation", Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string orientation1 {
get {
return this.orientation1Field;
}
set {
this.orientation1Field = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TableRow", Namespace="", IsNullable=false)]
public partial class TableRow_Type : LinearLayout_Type {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("AdapterViewFlipper", Namespace="", IsNullable=false)]
public partial class AdapterViewFlipper_Type : AdapterViewAnimator_Type {
private string flipIntervalField;
private bool autoStartField;
private bool autoStartFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android", DataType="integer")]
public string flipInterval {
get {
return this.flipIntervalField;
}
set {
this.flipIntervalField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool autoStart {
get {
return this.autoStartField;
}
set {
this.autoStartField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool autoStartSpecified {
get {
return this.autoStartFieldSpecified;
}
set {
this.autoStartFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("HorizontalScrollView", Namespace="", IsNullable=false)]
public partial class HorizontalScrollView_Type : FrameLayout_Type {
private bool fillViewportField;
private bool fillViewportFieldSpecified;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public bool fillViewport {
get {
return this.fillViewportField;
}
set {
this.fillViewportField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool fillViewportSpecified {
get {
return this.fillViewportFieldSpecified;
}
set {
this.fillViewportFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlRootAttribute("TableLayout", Namespace="", IsNullable=false)]
public partial class TableLayout_Type : LinearLayout_Type {
private string stretchColumnsField;
private string shrinkColumnsField;
private string collapseColumnsField;
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string stretchColumns {
get {
return this.stretchColumnsField;
}
set {
this.stretchColumnsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string shrinkColumns {
get {
return this.shrinkColumnsField;
}
set {
this.shrinkColumnsField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://schemas.android.com/apk/res/android")]
public string collapseColumns {
get {
return this.collapseColumnsField;
}
set {
this.collapseColumnsField = value;
}
}
}