Ejemplo n.º 1
0
        void UpdateHelperText()
        {
            MaterialPickerTextInputLayout materialPickerTextInputLayout = Control as MaterialPickerTextInputLayout;

            if (materialPickerTextInputLayout != null)
            {
                materialPickerTextInputLayout.HelperText = MaterialEntryExtensionEffect.GetHelperText(Element);
            }
        }
 protected override MaterialPickerTextInputLayout CreateNativeControl()
 {
     _layout = base.CreateNativeControl();
     return(_layout);
 }