LambergaR / VerticalViewPager

Vertical implementation of Android ViewPager
MIT License
276 stars 134 forks source link

cannot import default package #3

Closed tom91136 closed 11 years ago

tom91136 commented 11 years ago

The library project isn't inside a package(it's in default package), I can't import it unless I put all the codes in a package or copy codes into my own project. Please put all the codes in a package.

LambergaR commented 11 years ago

It's not a package because I wanted to keep it light weight. Just copy "the codes" into your project and you're done.