11 lines
361 B
XML
11 lines
361 B
XML
|
<?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"
|
||
|
android:layout_marginLeft="0px"
|
||
|
android:layout_marginRight="0px"
|
||
|
android:layout_marginTop="5px"
|
||
|
title="plot"
|
||
|
/>
|