From 80f4b781215cb1f44478fa1f8d1752527eff267c Mon Sep 17 00:00:00 2001 From: Lennart Goedhart <lennart@omnibase.com.au> Date: Sat, 30 Jul 2016 11:52:18 +0800 Subject: [PATCH] Temporarily comment out the graph space in the main activity until we can get it fully working. --- app/src/main/res/layout/activity_main.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index b8e7b4b..af14d68 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -119,13 +119,11 @@ </LinearLayout> - <!-- <com.github.mikephil.charting.charts.LineChart android:id="@+id/chart" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="invisible" /> - --> <ScrollView android:id="@+id/scrollView" -- GitLab