2012-01-03 02:20:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<com.androidplot.xy.XYPlot xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/xyplot"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2012-02-11 20:17:39 +00:00
|
|
|
android:layout_marginLeft="2dp"
|
|
|
|
android:layout_marginRight="2dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
title=" "
|
2012-01-03 02:20:10 +00:00
|
|
|
/>
|