Removed hard-coded title from graph (drop-down is more informative)

This commit is contained in:
str4d
2013-09-07 13:44:55 +00:00
parent abd4a99654
commit 9d965a5504

View File

@ -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>