mirror of
https://github.com/woheller69/solxpect.git
synced 2026-02-21 22:44:06 +01:00
fix y-axis labels
This commit is contained in:
parent
a3734b9d36
commit
3314f624da
2 changed files with 31 additions and 19 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue