I have a simple activity that I use in many apps. The layout is the same, but the only thing that is different is the drawables used in the activity.
So, say I have this simple activity (A) defined in its own project with its own layout file. Is there any way for me to import A into other projects B and C, but to use their own drawables? So while using the layout from A, B would fill it with all of its resources and so on. Thanks for any tips.
First, create your library project: http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject
Then, in your Project B, C: