Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gradle/caches/transforms-2/files-2.1/3169be8d56a9e4c03db106c1e19e99ac/jetified-SimpleSearchView-0.1.4/res/values/values.xml:5:5-33:25: AAPT: error: resource attr/backIconAlpha (aka {PACKAGENAME}:attr/backIconAlpha) not found. #26

Open
priyankvadhiya opened this issue Feb 27, 2020 · 7 comments

Comments

@priyankvadhiya
Copy link

No description provided.

@priyankvadhiya priyankvadhiya changed the title .gradle/caches/transforms-2/files-2.1/3169be8d56a9e4c03db106c1e19e99ac/jetified-SimpleSearchView-0.1.4/res/values/values.xml:5:5-33:25: AAPT: error: resource attr/backIconAlpha (aka com.estyle:attr/backIconAlpha) not found. .gradle/caches/transforms-2/files-2.1/3169be8d56a9e4c03db106c1e19e99ac/jetified-SimpleSearchView-0.1.4/res/values/values.xml:5:5-33:25: AAPT: error: resource attr/backIconAlpha (aka {PACKAGENAME}:attr/backIconAlpha) not found. Feb 27, 2020
@marbat87
Copy link

marbat87 commented Feb 27, 2020

same issue for me, just updated to stable android studio 3.6

@flaringapp
Copy link

Same for me

@flaringapp
Copy link

Fixed in version 0.1.5
P.S. Workaround for old versions:
Append these 2 lines

<attr name="backIconAlpha"/>
<attr name="iconsAlpha"/>

into your attrs file

@diegoalvis
Copy link

@flaringapp are not those params related to the opacity? so Should not they have a float format instead dimension format?

@vkotovv
Copy link
Contributor

vkotovv commented Aug 17, 2020

@diegoalvis You're right, I've submitted related MR: #32

@vkotovv
Copy link
Contributor

vkotovv commented Aug 17, 2020

This issue can be closed now, was fixed in 0.1.5

@moetouban
Copy link

@vkotovv this is still happening in 0.1.6
in these attributes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants