1
0
Fork 0

Fix the comment of TextViewAndroidSrcXmlDetector.

master
Tang HuaiZhe 2020-08-19 14:22:29 +08:00 committed by liuche
parent ffb794751e
commit 16b3b7a1b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {