fix y-axis labels

This commit is contained in:
woheller69 2023-04-16 20:05:11 +02:00
parent a3734b9d36
commit 3314f624da
2 changed files with 31 additions and 19 deletions

View file

@ -27,7 +27,7 @@
android:textStyle="bold" />
<TextView
android:id="@+id/graph_precipitationunit"
android:id="@+id/graph_energyunit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
@ -48,11 +48,12 @@
android:background="@color/white" />
<com.db.chart.view.BarChartView
android:id="@+id/graph_precipitation"
android:id="@+id/graph_energy"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="10dp"
android:layout_marginStart="10dp"
android:layout_below="@+id/spacer"
chart:chart_axisBorderSpacing="8dp" />
</RelativeLayout>