зеркало из https://github.com/DeGsoft/maui-linux.git
Add PortHandler attributes
This commit is contained in:
Родитель
471c7851d2
Коммит
9ee73935e1
|
@ -109,7 +109,7 @@ namespace Microsoft.Maui.Controls.Compatibility.Platform.Android.AppCompat
|
|||
}
|
||||
}
|
||||
|
||||
[PortHandler("Partially ported, still missing code related to TitleColor, etc.")]
|
||||
[PortHandler("Partially ported, still missing code related to Focus, etc.")]
|
||||
void IPickerRenderer.OnClick()
|
||||
{
|
||||
Picker model = Element;
|
||||
|
@ -207,6 +207,7 @@ namespace Microsoft.Maui.Controls.Compatibility.Platform.Android.AppCompat
|
|||
|
||||
protected override EditText EditText => Control;
|
||||
|
||||
[PortHandler]
|
||||
protected override void UpdateTitleColor()
|
||||
{
|
||||
_hintColorSwitcher = _hintColorSwitcher ?? new TextColorSwitcher(EditText.HintTextColors, Element.UseLegacyColorManagement());
|
||||
|
|
Загрузка…
Ссылка в новой задаче