From 92465091c68fc82f914866c27f767015bc756fb6 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 24 Jan 2014 10:50:18 +0100 Subject: some history fixes --- res/layout/activity_new_conversation.xml | 82 -------------------------- res/layout/fragment_conversation.xml | 64 ++++++++++++++++++++ res/layout/fragment_conversations_overview.xml | 29 +++++++++ 3 files changed, 93 insertions(+), 82 deletions(-) delete mode 100644 res/layout/activity_new_conversation.xml create mode 100644 res/layout/fragment_conversation.xml create mode 100644 res/layout/fragment_conversations_overview.xml (limited to 'res') diff --git a/res/layout/activity_new_conversation.xml b/res/layout/activity_new_conversation.xml deleted file mode 100644 index 68836761..00000000 --- a/res/layout/activity_new_conversation.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml new file mode 100644 index 00000000..02fe1f90 --- /dev/null +++ b/res/layout/fragment_conversation.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/fragment_conversations_overview.xml b/res/layout/fragment_conversations_overview.xml new file mode 100644 index 00000000..ae60de40 --- /dev/null +++ b/res/layout/fragment_conversations_overview.xml @@ -0,0 +1,29 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3