mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Replace BarChart by new Kotlin implementation
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<org.isoron.platform.gui.AndroidCanvasTestView
|
||||
<org.isoron.platform.gui.AndroidTestView
|
||||
android:layout_width="500dp"
|
||||
android:layout_height="400dp" />
|
||||
</LinearLayout>
|
||||
@@ -52,8 +52,8 @@
|
||||
android:layout_alignParentTop="true"
|
||||
android:text="@string/history" />
|
||||
|
||||
<org.isoron.uhabits.activities.common.views.BarChart
|
||||
android:id="@+id/barChart"
|
||||
<org.isoron.platform.gui.AndroidDataView
|
||||
android:id="@+id/chart"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="220dp"
|
||||
android:layout_below="@id/title"/>
|
||||
|
||||
Reference in New Issue
Block a user