Empty Android project for minibind.
authorRobert Sesek <rsesek@chromium.org>
Thu, 22 Jan 2015 01:05:26 +0000 (20:05 -0500)
committerRobert Sesek <rsesek@chromium.org>
Thu, 22 Jan 2015 01:05:26 +0000 (20:05 -0500)
commit6c89713a0eeac69b46677e7592ead7597962a233
tree7ad9a1e0aa7cc2d631db816b0a5414114c63aeac
Empty Android project for minibind.
12 files changed:
.gitignore [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
ant.properties [new file with mode: 0644]
build.xml [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher.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/org/chromium/minibind/Minibind.java [new file with mode: 0644]