First commit -- adding files.
commit1002c643d0355390fc0d0f53eb597a47a9d09be7
authorRynhardt P Kruger <rynkruger@gmail.com>
Thu, 29 Sep 2011 16:50:18 +0000 (29 18:50 +0200)
committerRynhardt P Kruger <rynkruger@gmail.com>
Thu, 29 Sep 2011 16:50:18 +0000 (29 18:50 +0200)
treea44d8d7e3ab2200ba239804f31a433b82c7df405
First commit -- adding files.
17 files changed:
AndroidManifest.xml [new file with mode: 0644]
build.properties [new file with mode: 0644]
build.xml [new file with mode: 0644]
res/drawable-hdpi/icon.png [new file with mode: 0644]
res/drawable-ldpi/icon.png [new file with mode: 0644]
res/drawable-mdpi/icon.png [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
src/com/ap/audiopager/AudioMenu.java [new file with mode: 0644]
src/com/ap/audiopager/AudioPagerActivity.java [new file with mode: 0644]
src/com/ap/audiopager/AudioSlider.java [new file with mode: 0644]
src/com/ap/audiopager/Configuration.java [new file with mode: 0644]
src/com/ap/audiopager/FileBrowser.java [new file with mode: 0644]
src/com/ap/audiopager/Marker.java [new file with mode: 0644]
src/com/ap/audiopager/TestPager.java [new file with mode: 0644]
src/com/ap/audiopager/TextPager.java [new file with mode: 0644]
src/com/google/marvin/widget/GestureOverlay.java [new file with mode: 0644]