From faabf404ec6064956a08e825bed5d91e51fbdbbb Mon Sep 17 00:00:00 2001
From: David Walter Seikel
Date: Wed, 11 Jun 2014 01:25:53 +1000
Subject: Roughed out a skeleton of the UI.
---
.../ic_launch_placitas_green_pillow.jpg | Bin 0 -> 6226 bytes
res/layout/main.xml | 39 +++++++++++++++++++++
res/values/strings.xml | 17 +++++++++
3 files changed, 56 insertions(+)
create mode 100644 res/drawable-xxhdpi/ic_launch_placitas_green_pillow.jpg
create mode 100644 res/layout/main.xml
create mode 100644 res/values/strings.xml
(limited to 'res')
diff --git a/res/drawable-xxhdpi/ic_launch_placitas_green_pillow.jpg b/res/drawable-xxhdpi/ic_launch_placitas_green_pillow.jpg
new file mode 100644
index 0000000..eedf7dc
Binary files /dev/null and b/res/drawable-xxhdpi/ic_launch_placitas_green_pillow.jpg differ
diff --git a/res/layout/main.xml b/res/layout/main.xml
new file mode 100644
index 0000000..7136eb1
--- /dev/null
+++ b/res/layout/main.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..bd2d3af
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,17 @@
+
+
+
+ toyboxInstaller
+
+This app is used for installing Rob Landley\'s toybox.
+Toybox combines common Linux command line utilities together
+into a single BSD-licensed executable that\'s simple, small, fast,
+reasonably standards-compliant, and powerful enough to turn
+Android into a development environment.\n\n
+ The currently installed toybox version is
+ The CPU type here is
+ Select where you want to install toybox\n\nfrom the PATH -\n
+ or into a folder -\n
+ Install toybox.
+
+
--
cgit v1.1