【问题标题】:What are these theme attributes in an EditText for?EditText 中的这些主题属性是什么? 【发布时间】:2021-04-29 04:40:24 【问题描述】: 我刚刚检查了我的 EditText 的属性,我发现了这些奇怪的属性: 谁能告诉我它们是干什么用的??? 我的minSdkVersion: 谢谢! 【问题讨论】: 标签: android kotlin 【解决方案1】: 这些是对可绘制对象的引用,用于显示文本选择和左/右锚点,如 in the documentation 所写。 In this SO question你可以看到如何改变它们的颜色。 【讨论】: