This commit is contained in:
Bipin
2021-01-12 12:13:29 +01:00
parent 4c09192f9a
commit 2f5b53e2b4

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"