Share the post "How To Reference A Drawable From A Library Project In AndroidManifest.xml"
In your AndroidManifest.xml, you only need to add the following in the tag.
|
1 2 3 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:droidgox="http://schemas.android.com/apk/res-auto" > |
The
Easy, right?