Skip to content

Commit 47c28e6

Browse files
committed
Dark mode color adjustments
1 parent 7ebbab7 commit 47c28e6

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Hyperrail/src/main/res/layout/activity_result_tabbed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
android:background="@color/colorPrimary"
2525
android:elevation="4dp"
2626
app:tabSelectedTextColor="@color/colorOnPrimary"
27-
app:tabTextColor="@color/colorPrimaryDark" />
27+
app:tabTextColor="@color/colorMuted" />
2828

2929
</androidx.viewpager.widget.ViewPager>
3030

Hyperrail/src/main/res/layout/item_route.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
android:minHeight="@dimen/listitem_content_primary_textsize"
181181
android:scrollHorizontally="false"
182182
android:text="Tijdens de weekends van 4-5,18-19,25-26 november werken wij aan het spoor in de regio van Gent."
183-
android:textColor="@color/colorPrimary" />
183+
android:textColor="@color/colorDelay" />
184184

185185
</RelativeLayout>
186186

Hyperrail/src/main/res/layout/item_route_detail_intermediate_stops_list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
android:contentDescription="@string/contentdescription_timeline_icon"
4949
android:src="@drawable/ic_unfold_more"
50+
android:tint="@color/colorTextDark"
5051
app:layout_constraintRight_toRightOf="parent"
5152
app:layout_constraintTop_toTopOf="parent" />
5253

Hyperrail/src/main/res/layout/item_route_detail_train.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
android:maxLines="3"
131131
android:scrollHorizontally="false"
132132
android:text="Tijdens de weekends van 4-5,18-19,25-26 november werken wij aan het spoor in de regio van Gent."
133-
android:textColor="@color/colorPrimary" />
133+
android:textColor="@color/colorDelay" />
134134

135135
</LinearLayout>
136136
</LinearLayout>

Hyperrail/src/main/res/values-night/colors.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#c62828</color><!-- Material red 800 -->
3+
<color name="colorPrimary">#8e0000</color><!-- Material red 800 -->
44
<color name="colorOnPrimary">#fffafafa</color>
55
<color name="ic_launcher_background">#c62828</color><!-- Material red 800 -->
66
<color name="colorPrimaryDark">#8e0000</color>
@@ -19,10 +19,10 @@
1919
<color name="colorStar">@color/colorPrimary</color>
2020
<color name="colorHistory">@color/colorPrimary</color>
2121

22-
<color name="colorDelay">#b71c1c</color> <!-- Material red 900 -->
23-
<color name="colorCanceledBackground">#22b71c1c</color> <!-- Material red 900 -->
22+
<color name="colorDelay">#EF5350</color>
23+
<color name="colorCanceledBackground">#22b71c1c</color>
2424
<color name="colorMuted">#aaaaaa</color>
25-
<color name="colorFaster">#2E7D32</color>
25+
<color name="colorFaster">#66BB6A</color>
2626

2727

2828
</resources>

0 commit comments

Comments
 (0)