From 1a492b89eab3acc1d05bae102537a6fa3141d739 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 19 Oct 2013 11:25:55 -0700 Subject: #162 More work on converting to pull out drawer --- res/layout/abstract_fragment_activity.xml | 80 ++++++++++++++++++++++++++++++ res/layout/main.xml | 81 ------------------------------- 2 files changed, 80 insertions(+), 81 deletions(-) create mode 100644 res/layout/abstract_fragment_activity.xml delete mode 100644 res/layout/main.xml (limited to 'res/layout') diff --git a/res/layout/abstract_fragment_activity.xml b/res/layout/abstract_fragment_activity.xml new file mode 100644 index 00000000..d9f178c5 --- /dev/null +++ b/res/layout/abstract_fragment_activity.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml deleted file mode 100644 index f1509db6..00000000 --- a/res/layout/main.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3