Skip to content
Snippets Groups Projects
Commit 80f4b781 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Temporarily comment out the graph space in the main activity until we can get it fully working.

parent 6d136fcb
No related branches found
No related tags found
No related merge requests found
...@@ -119,13 +119,11 @@ ...@@ -119,13 +119,11 @@
</LinearLayout> </LinearLayout>
<!--
<com.github.mikephil.charting.charts.LineChart <com.github.mikephil.charting.charts.LineChart
android:id="@+id/chart" android:id="@+id/chart"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:visibility="invisible" /> android:visibility="invisible" />
-->
<ScrollView <ScrollView
android:id="@+id/scrollView" android:id="@+id/scrollView"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment