From 4f79f1804c397fd1fd0fa2cf2ced17fed4c508ef Mon Sep 17 00:00:00 2001 From: JG-Cody Date: Wed, 2 Jun 2021 21:24:57 +0200 Subject: [PATCH] fixed stuff --- app/src/main/res/layout/fragment_kueche.xml | 24 +++++++++++++++---- .../main/res/layout/fragment_schlafzimmer.xml | 13 ++++++++++ .../res/layout/fragment_zeitsteuerung.xml | 12 ++++++++++ 3 files changed, 45 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_kueche.xml b/app/src/main/res/layout/fragment_kueche.xml index 9c36952..be1413c 100644 --- a/app/src/main/res/layout/fragment_kueche.xml +++ b/app/src/main/res/layout/fragment_kueche.xml @@ -1,8 +1,24 @@ - + - + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:context=".ui.kueche.KuecheFragment"> + - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_schlafzimmer.xml b/app/src/main/res/layout/fragment_schlafzimmer.xml index 9784e03..8297b21 100644 --- a/app/src/main/res/layout/fragment_schlafzimmer.xml +++ b/app/src/main/res/layout/fragment_schlafzimmer.xml @@ -7,6 +7,19 @@ android:layout_height="match_parent" tools:context=".ui.Schlafzimmer.SchlafzimmerFragment"> + +