I use the widget DateSlider provided by http://code.google.com/p/android-dateslider/
However, it also has its own resource files, I wonder how I can separate those resource files from mine.
I use the widget DateSlider provided by http://code.google.com/p/android-dateslider/ However, it also has its own
Share
You can set up an Android library project for that slider and include the library into your own project.
Take a look at the library project documentation