From a74eb62b6b22b9aa9e8c5c67e5b43daf4fa2ffe3 Mon Sep 17 00:00:00 2001 From: m_broelemann Date: Fri, 1 Jan 2021 18:50:19 +0100 Subject: [PATCH] =?UTF-8?q?zus=C3=A4tzliche=20listview=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APED/app/src/main/res/layout/listview_layout.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/APED/app/src/main/res/layout/listview_layout.xml b/APED/app/src/main/res/layout/listview_layout.xml index c6cff66..f8b3bfd 100644 --- a/APED/app/src/main/res/layout/listview_layout.xml +++ b/APED/app/src/main/res/layout/listview_layout.xml @@ -3,8 +3,9 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="75dp" - android:orientation="vertical"> + android:layout_height="match_parent" + android:orientation="vertical" + tools:context=".ui.all_IOs.AllIOsFragment2"> + + \ No newline at end of file