Exemple #1
0
        protected override MaterialFormsTextInputLayout CreateNativeControl()
        {
            LayoutInflater inflater = LayoutInflater.FromContext(Context);
            var            view     = inflater.Inflate(Resource.Layout.TextInputLayoutFilledBox, null);

            _textInputLayout   = (MaterialFormsTextInputLayout)view;
            _textInputEditText = _textInputLayout.FindViewById <MaterialFormsEditText>(Resource.Id.materialformsedittext);
            return(_textInputLayout);
        }