2015-09-02 08:00:26 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-10-01 22:36:33 +02:00
|
|
|
android:orientation="vertical" android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
2015-09-02 08:00:26 +02:00
|
|
|
|
2015-09-03 23:20:47 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
2015-10-01 22:36:33 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="20">
|
2015-09-03 23:20:47 +02:00
|
|
|
|
2015-10-01 22:36:33 +02:00
|
|
|
<nodomain.freeyourgadget.gadgetbridge.activities.charts.CustomBarChart
|
2015-09-03 23:20:47 +02:00
|
|
|
android:id="@+id/livechart_steps_total"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="20">
|
2015-10-01 22:36:33 +02:00
|
|
|
</nodomain.freeyourgadget.gadgetbridge.activities.charts.CustomBarChart>
|
2015-09-03 23:20:47 +02:00
|
|
|
|
2015-10-01 22:36:33 +02:00
|
|
|
<nodomain.freeyourgadget.gadgetbridge.activities.charts.CustomBarChart
|
2015-09-03 23:20:47 +02:00
|
|
|
android:id="@+id/livechart_steps_per_minute_current"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="20">
|
2015-10-01 22:36:33 +02:00
|
|
|
</nodomain.freeyourgadget.gadgetbridge.activities.charts.CustomBarChart>
|
2015-09-04 21:55:29 +02:00
|
|
|
<!--
|
2015-09-03 23:20:47 +02:00
|
|
|
<com.github.mikephil.charting.charts.PieChart
|
|
|
|
android:id="@+id/livechart_steps_total"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="20">
|
|
|
|
</com.github.mikephil.charting.charts.PieChart>
|
|
|
|
|
|
|
|
<com.github.mikephil.charting.charts.PieChart
|
|
|
|
android:id="@+id/livechart_steps_per_minute_current"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="20">
|
|
|
|
</com.github.mikephil.charting.charts.PieChart>
|
2015-09-04 21:55:29 +02:00
|
|
|
-->
|
2015-09-03 23:20:47 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
2015-09-02 08:00:26 +02:00
|
|
|
<com.github.mikephil.charting.charts.LineChart
|
|
|
|
android:id="@+id/livechart_steps_per_minute_history"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="20">
|
|
|
|
</com.github.mikephil.charting.charts.LineChart>
|
|
|
|
|
2015-09-02 23:49:06 +02:00
|
|
|
|
2015-09-02 08:00:26 +02:00
|
|
|
</LinearLayout>
|