支持库styles.xml位置

时间:2019-03-13 20:54:45

标签: android android-support-library android-support-design

我无法从支持库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);

    // ...
}

我确实在这里找到了定义

0 个答案:

没有答案