HITGIF / TextFieldBoxes

Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.
Apache License 2.0
774 stars 113 forks source link

关于下划线的Api剥离 #112

Closed Stefankeep closed 5 years ago

Stefankeep commented 5 years ago

在制作一个登陆界面的时候遇到了这个组件,实在帮了很大忙。 使用中发现输入框的下划线不能够单独用来自定义,比如说下划线的宽度以及颜色,还有有些难受 的。不算是Issue,算是种请求吧,希望作者能够把下划线的配置单独提供API以满足更多自定义的需要

HITGIF commented 5 years ago

这个控件是根据旧 Material Design 规范设计的,而更多的自定义样式已经超出了规范的范畴。现在规范已有所更新,Google 官方也给出了这种样式的文本框的官方实现,因此这个库也将不会再重复造轮子,往后的维护将注重于可用性。如果仍有需要请自行 fork 进行修改。谢谢理解。