Newer
Older
SanxiTownSmartWell / app / src / main / res / layout / include_home_device_chart.xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/ChartWrapStyle">

    <com.github.mikephil.charting.charts.PieChart
        android:id="@+id/devicePieChart"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_220" />
</androidx.cardview.widget.CardView>