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"
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.NextLocation" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/primaryColour</item>
|
||||
<item name="colorPrimary">@color/black</item>
|
||||
<!-- Secondary brand color. -->
|
||||
<item name="colorSecondary">@color/secondaryColour</item>
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorButtonNormal">@color/buttonColour</item>
|
||||
<item name="colorPrimaryDark">@color/secondaryColour</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="android:textColor">@color/black</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Switches" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
|
||||
Reference in New Issue
Block a user