FancyAboutPage-Android icon indicating copy to clipboard operation
FancyAboutPage-Android copied to clipboard

Problem in values.xml

Open ahkter-husin opened this issue 6 years ago • 1 comments

<attr format="color" name="tint"/>

aapt: Attribute ''tint'' has already been defined is a problem to this app. Screenshot_20190627_015222

ahkter-husin avatar Jun 26 '19 17:06 ahkter-husin

This library uses pre-defined string resources as their default values. So you need to either create strings with different name or have to override the existing one.

ErrorxCode avatar Jan 11 '22 04:01 ErrorxCode