add 16dp margin to the bottom of the graph

This commit is contained in:
smayzy 2025-04-19 22:07:20 +02:00
parent 55dbbf2211
commit 2ad850424d

View File

@ -65,6 +65,7 @@
android:layout_marginTop="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:background="@android:color/white"
app:layout_constraintTop_toBottomOf="@id/temp_circle"
app:layout_constraintStart_toStartOf="parent"