]> hydra-www.ietfng.org Git - acmetensortoys-watchviz/commit
Add a skeletal phone app for eventual store delivery?
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 8 Jun 2016 18:35:07 +0000 (14:35 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 9 Jun 2016 03:56:01 +0000 (23:56 -0400)
commitedbc99dbb47215a77c3599ca1fca6974ed1a8320
tree17386af73d778b492c828a8be4ddbe675496d8e1
parentc1fe3251cb7ccdce5654c41af32ffb696ba02059
Add a skeletal phone app for eventual store delivery?
17 files changed:
phoneapp/.gitignore [new file with mode: 0644]
phoneapp/build.gradle [new file with mode: 0644]
phoneapp/proguard-rules.pro [new file with mode: 0644]
phoneapp/src/main/AndroidManifest.xml [new file with mode: 0644]
phoneapp/src/main/java/com/acmetensortoys/watchviz/MainActivity.java [new file with mode: 0644]
phoneapp/src/main/res/layout/activity_main.xml [new file with mode: 0644]
phoneapp/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
phoneapp/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
phoneapp/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
phoneapp/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
phoneapp/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
phoneapp/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
phoneapp/src/main/res/values/colors.xml [new file with mode: 0644]
phoneapp/src/main/res/values/dimens.xml [new file with mode: 0644]
phoneapp/src/main/res/values/strings.xml [new file with mode: 0644]
phoneapp/src/main/res/values/styles.xml [new file with mode: 0644]
settings.gradle