Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的设计团队遵循 iOS 目录应用程序,TextInputLayout 的提示文本是垂直居中的,但是当我尝试 Android 时却不是。我似乎没有找到实现它的选择。那么为什么它们不同呢?或者有什么方法可以实现?
这是TextInputLayout材料设计库中实现的一个错误。我们已在内部修复此问题,并将很快发布更新的组件。
TextInputLayout
作为一种解决方法,您可以设置孩子的填充TextInputEditText以调整它,使其居中。
TextInputEditText