我想使用XAML更改光标的颜色和Entry
字段的下边框。 (此刻它是粉红色的)。更改字体颜色没有帮助,我也无法在IntelliSense中看到任何信息。有人可以告诉我如何在XAML中执行此操作吗?谢谢。
<Entry
x:Name="editorEmailAddress"
TextColor="Purple" />
答案 0 :(得分:1)
https://developer.xamarin.com/guides/android/user_interface/material_theme/
按照指南解决您的问题。
或者如果您想通过自定义渲染更改它,请按照以下链接进行更改。
Is it possible to change the colour of the line below / Border of a TextBox (Entry)
答案 1 :(得分:1)
更改 styles.xml 中的colorAccent
值(在 Xamarin.Android 项目中)将更改光标的颜色和{的底部边框{1}}字段。
Entry