• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3              android:orientation="vertical"
4              style="@style/sample_activity"
5    >
6
7    <com.androidplot.xy.XYPlot
8    android:id="@+id/stepChartExamplePlot"
9    style="@style/plotStyle1"
10    android:layout_width="fill_parent"
11    android:layout_height="fill_parent"
12    androidplot.title="HTTP Server State (15  Sec)"
13    androidplot.domainLabel="time (secs)"
14    androidplot.rangeLabel="server state"
15    androidplot.markupEnabled="false"
16    renderMode="use_main_thread"
17    />
18</LinearLayout>
19
20