Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit f7fe0bc

Browse files
authored
Tweak EOL Card (#5832)
1 parent 62cd044 commit f7fe0bc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Corona-Warn-App/src/main/res/layout/home_ramp_down_notice_card.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
<ImageView
3838
android:id="@+id/rampdown_card_header_icon_end"
3939
style="@style/icon"
40-
android:layout_width="wrap_content"
41-
android:layout_height="wrap_content"
40+
android:layout_width="@dimen/width_40"
41+
android:layout_height="@dimen/height_40"
4242
android:importantForAccessibility="no"
4343
app:layout_constraintEnd_toEndOf="parent"
4444
app:layout_constraintTop_toTopOf="parent"
45-
app:srcCompat="@drawable/ic_contact_diary_right_arrow"
46-
app:tint="@color/colorArrowRampDownCard" />
45+
app:srcCompat="@drawable/ic_forward"
46+
app:tint="@color/rampDownArrowColor" />
4747

4848

4949
<TextView

Corona-Warn-App/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,5 @@
131131
<color name="maskBadgeColor">#505968</color>
132132
<color name="maskBadgeTextColorRegular">#505968</color>
133133
<color name="maskBadgeTextColorGreenBg">#FFFFFF</color>
134+
<color name="rampDownArrowColor">#8A8787</color>
134135
</resources>

0 commit comments

Comments
 (0)