2015-06-23 23:03:05 +02:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
|
2015-07-11 00:03:41 +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-06-23 23:03:05 +02:00
|
|
|
|
2016-02-26 23:45:17 +01:00
|
|
|
<com.github.mikephil.charting.charts.CombinedChart
|
2015-07-14 00:29:32 +02:00
|
|
|
android:id="@+id/activitysleepchart"
|
2015-06-23 23:03:05 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</RelativeLayout>
|