<HorizontalScrollView
android:id="@+id/garbageListView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true">
<com.db.chart.view.LineChartView xmlns:chart="http://schemas.android.com/apk/res-auto"
android:id="@+id/linechart"
android:layout_width="match_parent"
android:layout_height="100dp" />
</HorizontalScrollView>
我使用WilliamChart但我把它放在水平滚动视图中,因为大量数据会缩小图表。但是当我把上面的代码认为它会灵活时它不起作用所以请帮我添加滚动视图!