Android 殊效View第四弹之折线图 心率图
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent" >
<com.example.empty.ChartView
android:id="@+id/chart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" />
</FrameLayout>
<FrameLayout