add check for app:textAllCaps

This commit is contained in:
Ilia Kurtov 2017-06-05 11:24:28 +03:00
parent 45c5898f56
commit 8f55741b50
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ public class TypefacedTextView extends AppCompatTextView {
"remove maxLines and use lineStrategy");
AttributesUtils.checkAttribute(typedArray, errors, AttributesUtils.getField(androidRes, "TextView_minLines"), false,
"remove minLines and use lineStrategy");
AttributesUtils.checkAttribute(typedArray, errors, AttributesUtils.getField(androidRes, "TextView_textAllCaps"), false,
"remove textAllCaps and use app:textAllCaps");
}
}