Replace HistoryChart by new Kotlin implementation

This commit is contained in:
2021-01-01 09:36:17 -06:00
parent 354c930d85
commit 93a2ec3186
44 changed files with 366 additions and 799 deletions

View File

@@ -29,8 +29,8 @@
style="@style/CardHeader"
android:text="@string/calendar"/>
<org.isoron.uhabits.activities.common.views.HistoryChart
android:id="@+id/historyChart"
<org.isoron.platform.gui.AndroidDataView
android:id="@+id/chart"
android:layout_width="match_parent"
android:layout_height="160dp"/>