Shashank02051997 / FancyAboutPage-Android

Fancy About Page is a simple and lightweight library that helps you to create cool and beautiful about page for your apps without writing dozens of lines of code. It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate.
Apache License 2.0
84 stars 27 forks source link

Problem in values.xml #5

Open ahkter-husin opened 5 years ago

ahkter-husin commented 5 years ago
<attr format="color" name="tint"/>

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

ErrorxCode commented 2 years ago

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.