From d604d263d02ecad65dc2f08f59b6e817cb0e5fe8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 19 Feb 2024 14:38:55 +0100 Subject: added fragments --- app/src/main/res/layout/orientation_demo.xml | 17 +++++------------ app/src/main/res/layout/portrait_fragment.xml | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 12 deletions(-) create mode 100644 app/src/main/res/layout/portrait_fragment.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/orientation_demo.xml b/app/src/main/res/layout/orientation_demo.xml index 2b178d3..c013ebf 100644 --- a/app/src/main/res/layout/orientation_demo.xml +++ b/app/src/main/res/layout/orientation_demo.xml @@ -5,20 +5,13 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + \ No newline at end of file diff --git a/app/src/main/res/layout/portrait_fragment.xml b/app/src/main/res/layout/portrait_fragment.xml new file mode 100644 index 0000000..2b178d3 --- /dev/null +++ b/app/src/main/res/layout/portrait_fragment.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file -- cgit v1.2.3