From 9d965a5504ba6e8d81b5297d4de48d6689b3ff2f Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sat, 7 Sep 2013 13:44:55 +0000 Subject: [PATCH] Removed hard-coded title from graph (drop-down is more informative) --- res/layout/fragment_graph.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/fragment_graph.xml b/res/layout/fragment_graph.xml index 96ec78f13..a57232849 100644 --- a/res/layout/fragment_graph.xml +++ b/res/layout/fragment_graph.xml @@ -6,6 +6,5 @@ <com.androidplot.xy.XYPlot android:id="@+id/rate_stat_plot" android:layout_width="match_parent" - android:layout_height="match_parent" - androidplot.title="Rate Stat Plot" /> + android:layout_height="match_parent" /> </LinearLayout> -- GitLab