From 6e49572be6fdd7c54eb0d6f1939dce9fbb537024 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 24 Mar 2018 22:38:29 +0100 Subject: WIP & fragment voodoo --- .../res/layout-w945dp/activity_conversations.xml | 22 ++++++++++++++ .../fragment_conversations_overview.xml | 30 ------------------- src/main/res/layout/activity_conversations.xml | 35 ++++++++++++++++++++++ .../res/layout/fragment_conversations_overview.xml | 33 ++++++++------------ src/main/res/menu/activity_conversations.xml | 15 +++------- 5 files changed, 74 insertions(+), 61 deletions(-) create mode 100644 src/main/res/layout-w945dp/activity_conversations.xml delete mode 100644 src/main/res/layout-w945dp/fragment_conversations_overview.xml create mode 100644 src/main/res/layout/activity_conversations.xml (limited to 'src/main/res') diff --git a/src/main/res/layout-w945dp/activity_conversations.xml b/src/main/res/layout-w945dp/activity_conversations.xml new file mode 100644 index 000000000..6084155e7 --- /dev/null +++ b/src/main/res/layout-w945dp/activity_conversations.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/res/layout-w945dp/fragment_conversations_overview.xml b/src/main/res/layout-w945dp/fragment_conversations_overview.xml deleted file mode 100644 index 3176ad814..000000000 --- a/src/main/res/layout-w945dp/fragment_conversations_overview.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/res/layout/activity_conversations.xml b/src/main/res/layout/activity_conversations.xml new file mode 100644 index 000000000..567b17ac9 --- /dev/null +++ b/src/main/res/layout/activity_conversations.xml @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/src/main/res/layout/fragment_conversations_overview.xml b/src/main/res/layout/fragment_conversations_overview.xml index 493f962ec..336142428 100644 --- a/src/main/res/layout/fragment_conversations_overview.xml +++ b/src/main/res/layout/fragment_conversations_overview.xml @@ -1,14 +1,8 @@ - + - + - - - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/main/res/menu/activity_conversations.xml b/src/main/res/menu/activity_conversations.xml index 80a4f2bd3..6cd9000fd 100644 --- a/src/main/res/menu/activity_conversations.xml +++ b/src/main/res/menu/activity_conversations.xml @@ -1,22 +1,15 @@ - - + android:title="@string/action_accounts" + app:showAsAction="never" /> + android:title="@string/action_settings" + app:showAsAction="never" /> \ No newline at end of file -- cgit v1.2.3