Newer
Older
QingDaoSmartWell / app / src / main / res / layout / activity_expanded.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/white"
    android:layout_marginVertical="@dimen/dp_5">

    <com.github.mikephil.charting.charts.LineChart
        android:id="@+id/waterLineChart"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</LinearLayout>