From 0c091b240c8e0f5c8b065d9b393632cffb1b2db7 Mon Sep 17 00:00:00 2001 From: m_broelemann Date: Tue, 29 Dec 2020 20:46:58 +0100 Subject: [PATCH] =?UTF-8?q?Visualisierung=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/listview_layout.xml | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/APED/app/src/main/res/layout/listview_layout.xml b/APED/app/src/main/res/layout/listview_layout.xml index 7030dc1..c6cff66 100644 --- a/APED/app/src/main/res/layout/listview_layout.xml +++ b/APED/app/src/main/res/layout/listview_layout.xml @@ -3,18 +3,18 @@ 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" + android:layout_height="75dp" android:orientation="vertical"> + android:layout_toRightOf="@id/images" + tools:srcCompat="@drawable/off_signal" />