2015-08-25 23:04:04 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.charts.ChartsActivity$PlaceholderFragment"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<com.github.mikephil.charting.charts.PieChart
|
|
|
|
android:id="@+id/sleepchart_pie_light_deep"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2015-08-25 23:10:11 +02:00
|
|
|
android:layout_weight="40">
|
2015-08-25 23:04:04 +02:00
|
|
|
</com.github.mikephil.charting.charts.PieChart>
|
|
|
|
|
2016-02-26 23:45:17 +01:00
|
|
|
<com.github.mikephil.charting.charts.CombinedChart
|
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-08-25 23:04:04 +02:00
|
|
|
<!--<TextView-->
|
|
|
|
<!--android:text="Test"-->
|
|
|
|
<!--android:layout_width="fill_parent"-->
|
|
|
|
<!--android:layout_height="fill_parent"-->
|
|
|
|
<!--android:layout_weight="20" />-->
|
|
|
|
|
|
|
|
</LinearLayout>
|