From e2cc085baba784b31872e5421027543097bb689d Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Fri, 13 Jan 2012 18:29:16 +0000 Subject: [PATCH] Show the simulation name as the chart title. Made some UI concessions because drawing the events in the graph is not currently available: Moved "draw" button to series tab, changed the list entry for the events to non-selectable simple text items. --- android/res/layout/simulation_detail.xml | 12 ++++++------ .../android/simulation/SimulationChart.java | 10 +++++++++- .../android/simulation/SimulationViewer.java | 7 ++++--- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/android/res/layout/simulation_detail.xml b/android/res/layout/simulation_detail.xml index 88c3649bb..c612fda70 100644 --- a/android/res/layout/simulation_detail.xml +++ b/android/res/layout/simulation_detail.xml @@ -4,12 +4,6 @@ android:layout_height="match_parent" android:orientation="vertical" > -