From 53b239e498470487a61fb3eb43f41c63e1262b7c Mon Sep 17 00:00:00 2001 From: caiyonglong Date: Wed, 1 Jul 2020 23:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96R-def.txt=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=B0=86R-def.txt=E7=9A=84=E5=80=BC=E4=B8=AD?= =?UTF-8?q?=E7=9A=84"."=E8=BD=AC=E6=8D=A2=E6=88=90"=5F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/main/groovy/com/kezong/fataar/RProcessor.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy b/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy index 5438f97e..8aa33911 100644 --- a/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy +++ b/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy @@ -147,8 +147,8 @@ class RProcessor { return } def subclass = splits.get(0) - def name = splits.get(1) - if (subclass == "attr?"){ + def name = splits.get(1).repleace(".", "_") + if (subclass == "attr?") { //styleable attributes subclass = "attr" }