I'm using AndroidPlot to graph data on an app I'm making. We recently upgraded from ICS to LOLLIPOP and noticed that the graphs are sized improperly.
LOLLIPOP (Appearing incorrectly):
I'm using the exact same code for both of the above screenshots:
<com.androidplot.xy.XYPlot
android:id="@+id/plot_temperatures"
androidplot.renderMode="use_background_thread"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/spliceGreen"/>
How do I properly resize this plot on Lollipop?