From 4ada3652d88e7a97680759c44ee7b39953a867a7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 24 Jul 2018 20:28:47 +0200 Subject: Added transitions and fixed some design issues --- app/src/main/res/layout/activity_main.xml | 43 ++++++++++++++++++++++++++++--- app/src/main/res/layout/content_main.xml | 11 -------- app/src/main/res/layout/fragment_main.xml | 23 +++++++++++++++++ 3 files changed, 63 insertions(+), 14 deletions(-) delete mode 100644 app/src/main/res/layout/content_main.xml create mode 100644 app/src/main/res/layout/fragment_main.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index eed4d89..2bd5037 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -2,31 +2,68 @@ + app:layout_scrollFlags="scroll|enterAlways" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:title="@string/app_name"> + + + + + + + + + + + - + diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml deleted file mode 100644 index c649451..0000000 --- a/app/src/main/res/layout/content_main.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml new file mode 100644 index 0000000..108217e --- /dev/null +++ b/app/src/main/res/layout/fragment_main.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3