Statistics button works

This commit is contained in:
RemoMeijer
2021-01-05 13:18:25 +01:00
parent bc8b83e4f6
commit aae67f53ec
2 changed files with 10 additions and 1 deletions

View File

@@ -217,8 +217,11 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:layout_marginTop="15dp"
android:background="@drawable/ic_back_button_24"
android:backgroundTint="@color/buttonColour"
android:src="@drawable/ic_back_button_24"
android:text="@string/terug"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />