pingpongboss / StandOut

StandOut lets you easily create floating windows in your Android app.
http://pingpongboss.github.com/StandOut
MIT License
1.24k stars 379 forks source link

Add support for building via Ant #5

Closed jasonconnery closed 12 years ago

jasonconnery commented 12 years ago

Hi, I added support for building the library via ant by adding a standard build.xml file Also, one of the imports of an inner class in StandoutWindow.java was not required and causing me ant compilation issues, so I removed it. Also removed some resources that dont need to be in a library project.

pingpongboss commented 12 years ago

Thank you for your contribution.