From cc8ace92f17c8e5aef7d68ff316e5cd038cd36b5 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Wed, 22 May 2013 15:34:00 +0100 Subject: Initial Commit --- res/drawable-hdpi/ic_launcher.png | Bin 0 -> 364 bytes res/drawable-mdpi/ic_launcher.png | Bin 0 -> 297 bytes res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 403 bytes res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 512 bytes res/layout/start.xml | 16 ++++++++++++++++ res/menu/start.xml | 8 ++++++++ res/values-sw600dp/dimens.xml | 8 ++++++++ res/values-sw720dp-land/dimens.xml | 9 +++++++++ res/values/dimens.xml | 7 +++++++ res/values/strings.xml | 8 ++++++++ res/values/styles.xml | 20 ++++++++++++++++++++ 11 files changed, 76 insertions(+) create mode 100644 res/drawable-hdpi/ic_launcher.png create mode 100644 res/drawable-mdpi/ic_launcher.png create mode 100644 res/drawable-xhdpi/ic_launcher.png create mode 100644 res/drawable-xxhdpi/ic_launcher.png create mode 100644 res/layout/start.xml create mode 100644 res/menu/start.xml create mode 100644 res/values-sw600dp/dimens.xml create mode 100644 res/values-sw720dp-land/dimens.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/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..08366c6 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..7226f79 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..615b419 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..bd4f2d7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/layout/start.xml b/res/layout/start.xml new file mode 100644 index 0000000..fc6335d --- /dev/null +++ b/res/layout/start.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/res/menu/start.xml b/res/menu/start.xml new file mode 100644 index 0000000..e6dd2f2 --- /dev/null +++ b/res/menu/start.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml new file mode 100644 index 0000000..1ba777d --- /dev/null +++ b/res/values-sw600dp/dimens.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/res/values-sw720dp-land/dimens.xml b/res/values-sw720dp-land/dimens.xml new file mode 100644 index 0000000..eee741a --- /dev/null +++ b/res/values-sw720dp-land/dimens.xml @@ -0,0 +1,9 @@ + + + + 128dp + + \ No newline at end of file diff --git a/res/values/dimens.xml b/res/values/dimens.xml new file mode 100644 index 0000000..a6dd140 --- /dev/null +++ b/res/values/dimens.xml @@ -0,0 +1,7 @@ + + + + 16dp + 16dp + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..08091d3 --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,8 @@ + + + + Text Transport + Settings + Running! + + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 0000000..4a10ca4 --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,20 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.1