Fix the comment of TextViewAndroidSrcXmlDetector.

pull/35/head
Tang HuaiZhe 4 years ago committed by liuche
parent ffb794751e
commit 16b3b7a1b5

@ -23,7 +23,7 @@ import com.android.tools.lint.detector.api.XmlContext
import org.w3c.dom.Element
/**
* A custom lint check that prohibits not using the app:srcCompat for ImageViews
* A custom lint check that prohibits not using the android:drawableX to define drawables in TextViews
*/
class TextViewAndroidSrcXmlDetector : ResourceXmlDetector() {
companion object {

Loading…
Cancel
Save