From c2624b01a7a7f8d3d8985613a0cd9d150b0086bf Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 20 Jun 2016 15:27:48 -0400 Subject: Created BallBounceAndroid --- res/layout/activity_game.xml | 16 +++++++ res/layout/activity_menu.xml | 95 +++++++++++++++++++++++++++++++++++++ res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 436 bytes res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 302 bytes res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 678 bytes res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 1563 bytes res/values-w820dp/dimens.xml | 6 +++ res/values/colors.xml | 6 +++ res/values/dimens.xml | 5 ++ res/values/strings.xml | 11 +++++ res/values/styles.xml | 17 +++++++ 11 files changed, 156 insertions(+) create mode 100644 res/layout/activity_game.xml create mode 100644 res/layout/activity_menu.xml create mode 100644 res/mipmap-hdpi/ic_launcher.png create mode 100644 res/mipmap-mdpi/ic_launcher.png create mode 100644 res/mipmap-xhdpi/ic_launcher.png create mode 100644 res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 res/values-w820dp/dimens.xml create mode 100644 res/values/colors.xml create mode 100644 res/values/dimens.xml create mode 100644 res/values/strings.xml create mode 100644 res/values/styles.xml (limited to 'res') diff --git a/res/layout/activity_game.xml b/res/layout/activity_game.xml new file mode 100644 index 0000000..4de4334 --- /dev/null +++ b/res/layout/activity_game.xml @@ -0,0 +1,16 @@ + + + + + + + diff --git a/res/layout/activity_menu.xml b/res/layout/activity_menu.xml new file mode 100644 index 0000000..381b6d7 --- /dev/null +++ b/res/layout/activity_menu.xml @@ -0,0 +1,95 @@ + + + + + +