Fixed last colour problems
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
android:id="@+id/couponItem"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<View
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="74dp"
|
||||
app:layout_constraintTop_toTopOf="@+id/name_box"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/name_box"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/name_box"
|
||||
app:layout_constraintRight_toRightOf="@+id/name_box"
|
||||
android:background="@color/secondaryColour"/>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/name_box"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="200dp"
|
||||
android:layout_margin="20dp"
|
||||
android:background="@color/secondaryColour"
|
||||
android:background="@color/primaryColour"
|
||||
android:id="@+id/route_scroll_view"
|
||||
app:layout_constraintTop_toBottomOf="@id/route_detail_image"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user