我无法从支持库23.4.0中找到为Widget.Design.TextInputLayout
定义了TextInputLayout
的 style.xml 文件?
我在“ android-sdk \ sources” 下以及各种 .arr 和 .jar 中搜索了所有本地源目录(文件内) “ android-sdk \ extras \ m2repository” 下的em>文件。
TextInputLayout (23.4.0)
public TextInputLayout(Context context, AttributeSet attrs, int defStyleAttr) {
// Can't call through to super(Context, AttributeSet, int) since it doesn't exist on API 10
super(context, attrs);
// ...
final TypedArray a = context.obtainStyledAttributes(attrs,
R.styleable.TextInputLayout, defStyleAttr, R.style.Widget_Design_TextInputLayout);
// ...
}
我确实在这里找到了定义