SimpleSearchView icon indicating copy to clipboard operation
SimpleSearchView copied to clipboard

.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.

Open priyankvadhiya opened this issue 5 years ago • 7 comments

priyankvadhiya avatar Feb 27 '20 17:02 priyankvadhiya

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

marbat87 avatar Feb 27 '20 20:02 marbat87

Same for me

flaringapp avatar Feb 28 '20 14:02 flaringapp

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

flaringapp avatar Feb 28 '20 14:02 flaringapp

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

diegoalvis avatar Mar 02 '20 14:03 diegoalvis

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

vkotovv avatar Aug 17 '20 12:08 vkotovv

This issue can be closed now, was fixed in 0.1.5

vkotovv avatar Aug 17 '20 12:08 vkotovv

@vkotovv this is still happening in 0.1.6 in these attributes

moetouban avatar Apr 19 '21 03:04 moetouban