Develop #5

Merged
SemvdH merged 62 commits from develop into main 2021-01-14 10:55:23 +00:00
Showing only changes of commit 2f5b53e2b4 - Show all commits

View File

@@ -127,7 +127,7 @@
android:id="@+id/Balk2"
android:layout_width="2dp"
android:layout_height="match_parent"
android:background="@color/buttonColour"
android:background="@color/secondaryColour"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -182,7 +182,7 @@
android:id="@+id/Balk3"
android:layout_width="2dp"
android:layout_height="match_parent"
android:background="@color/black"
android:background="@color/secondaryColour"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"