eluleci / FlatUI

Android FlatUI Kit
1.66k stars 422 forks source link

Prefix resources to ignore resource name clashes #15

Closed kloon15 closed 10 years ago

kloon15 commented 10 years ago

You should prefix the library resources using the new android gradle option to avoid name clashes with other libraries:

android {
  resourcePrefix 'mylib_'
}
eluleci commented 10 years ago

can you give more detailed explanation or a url for a kind of documentation about this?

kloon15 commented 10 years ago

Not really, it's just documented here: http://tools.android.com/tech-docs/new-build-system

2014-05-29 17:06 GMT+02:00 Emrullah Lüleci notifications@github.com:

can you give more detailed explanation or a url for a kind of documentation about this?

— Reply to this email directly or view it on GitHub https://github.com/eluleci/FlatUI/issues/15#issuecomment-44542169.

eluleci commented 10 years ago

Fixed with 2.1.0. Thanks to @aimanbaharum.