2015-07-14 00:29:32 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-04-03 21:09:35 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
2015-07-14 00:29:32 +02:00
|
|
|
android:layout_height="match_parent"
|
2015-08-03 23:09:49 +02:00
|
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.charts.ChartsActivity$PlaceholderFragment"
|
2015-07-14 00:29:32 +02:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<com.github.mikephil.charting.charts.PieChart
|
|
|
|
android:id="@+id/sleepchart_pie_light_deep"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2017-04-03 21:09:35 +02:00
|
|
|
android:layout_weight="20"></com.github.mikephil.charting.charts.PieChart>
|
2015-07-14 00:29:32 +02:00
|
|
|
|
2017-11-01 17:34:46 +01:00
|
|
|
<com.github.mikephil.charting.charts.LineChart
|
2015-08-25 23:14:52 +02:00
|
|
|
android:id="@+id/sleepchart"
|
|
|
|
android:layout_width="fill_parent"
|
2015-09-24 00:02:58 +02:00
|
|
|
android:layout_height="fill_parent"
|
2015-08-25 23:14:52 +02:00
|
|
|
|
|
|
|
android:layout_weight="20" />
|
|
|
|
|
2015-07-14 00:29:32 +02:00
|
|
|
</LinearLayout>
|