From e12b133e98da88043c66047a6c1334fa92dcbbf6 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sat, 5 Mar 2016 20:19:28 +0100 Subject: [PATCH] =?utf8?q?zus=C3=A4tzliche=20ScrollView=20im=20Dashboard?= =?utf8?q?=20eingebaut=20(f=C3=BCr=20kleine=20Ger=C3=A4te)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/fragment_dashboard.xml | 328 +++++++++--------- 1 file changed, 169 insertions(+), 159 deletions(-) diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 8b71f0a..72e8d87 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -7,171 +7,181 @@ android:orientation="vertical"> - - - - + - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - + + + + + + + + + + + + + + android:layout_height="220dp" + android:layout_margin="8dp" + card_view:cardCornerRadius="5dp"> - - - - - - - - - - + + + + + + + + + + + + android:layout_height="wrap_content"> - - - - - - - - + android:layout_height="140dp" + android:layout_margin="8dp" + android:layout_weight="1" + card_view:cardCornerRadius="5dp"> + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1