add 16dp margin to the bottom of the graph
This commit is contained in:
parent
55dbbf2211
commit
2ad850424d
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user