From 8e3e5add776ddb8bcc9e6b349d4eb470e93d15e0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 17 Sep 2012 18:44:43 +0400 Subject: implement most of offline menus --- res/layout/login.xml | 21 +++++++++++++++++++++ res/layout/main.xml | 27 --------------------------- res/layout/online.xml | 21 --------------------- 3 files changed, 21 insertions(+), 48 deletions(-) create mode 100644 res/layout/login.xml delete mode 100644 res/layout/main.xml delete mode 100644 res/layout/online.xml (limited to 'res/layout') diff --git a/res/layout/login.xml b/res/layout/login.xml new file mode 100644 index 00000000..d144df96 --- /dev/null +++ b/res/layout/login.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml deleted file mode 100644 index eb06058c..00000000 --- a/res/layout/main.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/online.xml b/res/layout/online.xml deleted file mode 100644 index d94aa147..00000000 --- a/res/layout/online.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf