I've imported a project from Eclipse to Android studio. It utilizes a custom view:
xmlns:app="http://schemas.android.com/apk/res-auto"
I get errors in the lines below from activity_ro.xml
file like:
"Error:(136) No resource identifier found for attribute
'pstsTabPaddingLeftRight' in package 'com.app.xxxx'"
app:pstsDividerColor="#00000000"
app:pstsIndicatorColor="#FF33B5E6"
app:pstsTabPaddingLeftRight="14dip"
app:pstsUnderlineColor="#FF33B5E6" />
I'm not sure if custom views are different for gradle or maybe I'm doing something wrong. Anyone have an idea?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…