Update mozilla-lint-rules/src/main/java/org/mozilla/fenix/lintrules/TextViewAndroidSrcXmlDetector.kt

Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
master
TangHuaiZhe 2020-08-21 11:09:09 +08:00 committed by liuche
父節點 16b3b7a1b5
當前提交 76f240bad0
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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 android:drawableX to define drawables in TextViews
* A custom lint check that prohibits not using the app:drawableXCompat to define drawables in TextViews
*/
class TextViewAndroidSrcXmlDetector : ResourceXmlDetector() {
companion object {