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-land/orientation_demo.xml | 23 ---------------------- app/src/main/res/layout-land/portrait_fragment.xml | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 app/src/main/res/layout-land/orientation_demo.xml create mode 100644 app/src/main/res/layout-land/portrait_fragment.xml (limited to 'app/src/main/res/layout-land') diff --git a/app/src/main/res/layout-land/orientation_demo.xml b/app/src/main/res/layout-land/orientation_demo.xml deleted file mode 100644 index 65dec93..0000000 --- a/app/src/main/res/layout-land/orientation_demo.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout-land/portrait_fragment.xml b/app/src/main/res/layout-land/portrait_fragment.xml new file mode 100644 index 0000000..c4d0730 --- /dev/null +++ b/app/src/main/res/layout-land/portrait_fragment.xml @@ -0,0 +1,23 @@ + + + + + -- cgit v1.2.3