From 0685384d0528e9186561d02f9193d658adeb3d45 Mon Sep 17 00:00:00 2001 From: Jeffrey Sharkey Date: Thu, 23 Oct 2008 15:48:47 +0000 Subject: * forgot to add several files in last pass * wizard layouts, buttons, and connected stateful drawable --- res/drawable/connected.xml | 4 +++ res/drawable/ic_btn_back.png | Bin 0 -> 861 bytes res/drawable/ic_btn_next.png | Bin 0 -> 729 bytes res/layout/act_hostlist.xml | 31 ++++++++++++++++++++++ res/layout/act_wizard.xml | 52 +++++++++++++++++++++++++++++++++++++ res/layout/wiz_eula.xml | 60 +++++++++++++++++++++++++++++++++++++++++++ res/layout/wiz_features.xml | 51 ++++++++++++++++++++++++++++++++++++ res/values/strings.xml | 3 ++- 8 files changed, 200 insertions(+), 1 deletion(-) create mode 100644 res/drawable/connected.xml create mode 100644 res/drawable/ic_btn_back.png create mode 100644 res/drawable/ic_btn_next.png create mode 100644 res/layout/act_hostlist.xml create mode 100644 res/layout/act_wizard.xml create mode 100644 res/layout/wiz_eula.xml create mode 100644 res/layout/wiz_features.xml diff --git a/res/drawable/connected.xml b/res/drawable/connected.xml new file mode 100644 index 0000000..b22c7cf --- /dev/null +++ b/res/drawable/connected.xml @@ -0,0 +1,4 @@ + + + + diff --git a/res/drawable/ic_btn_back.png b/res/drawable/ic_btn_back.png new file mode 100644 index 0000000..9615e67 Binary files /dev/null and b/res/drawable/ic_btn_back.png differ diff --git a/res/drawable/ic_btn_next.png b/res/drawable/ic_btn_next.png new file mode 100644 index 0000000..ea2a80e Binary files /dev/null and b/res/drawable/ic_btn_next.png differ diff --git a/res/layout/act_hostlist.xml b/res/layout/act_hostlist.xml new file mode 100644 index 0000000..89d6e4f --- /dev/null +++ b/res/layout/act_hostlist.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/res/layout/act_wizard.xml b/res/layout/act_wizard.xml new file mode 100644 index 0000000..eabf628 --- /dev/null +++ b/res/layout/act_wizard.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + +