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

Paragraph format & dark mode icons (EXPOSUREAPP-6188, EXPOSUREAPP-6211) #2753

Merged
merged 10 commits into from
Apr 7, 2021
9 changes: 0 additions & 9 deletions Corona-Warn-App/src/main/res/drawable/trace_location_stay.xml

This file was deleted.

28 changes: 0 additions & 28 deletions Corona-Warn-App/src/main/res/drawable/trace_location_warning.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@

<ImageView
android:id="@+id/check_in_warning_image"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginTop="24dp"
android:src="@drawable/trace_location_warning"
android:layout_marginStart="24dp"
app:layout_constraintTop_toBottomOf="@+id/check_in_onboarding_subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacing_normal"
android:layout_marginTop="@dimen/spacing_large"
android:importantForAccessibility="no"
android:src="@drawable/ic_qr_tracing_static"
app:layout_constraintTop_toBottomOf="@id/check_in_onboarding_subtitle"
app:layout_constraintStart_toStartOf="parent" />

<TextView
Expand All @@ -98,12 +99,13 @@

<ImageView
android:id="@+id/check_in_stay_image"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginTop="24dp"
android:src="@drawable/trace_location_stay"
android:layout_marginStart="24dp"
app:layout_constraintTop_toBottomOf="@+id/check_in_onboarding_warning"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacing_normal"
android:layout_marginTop="@dimen/spacing_medium"
android:importantForAccessibility="no"
android:src="@drawable/ic_qr_time"
app:layout_constraintTop_toBottomOf="@id/check_in_onboarding_warning"
app:layout_constraintStart_toStartOf="parent" />

<TextView
Expand Down Expand Up @@ -148,15 +150,15 @@
android:layout_marginTop="4dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/check_in_onboarding_card_title" />
app:layout_constraintTop_toBottomOf="@id/check_in_onboarding_card_title" />

<ImageView
android:id="@+id/check_in_onboarding_bulletpoint1"
android:layout_width="8dp"
android:layout_height="8dp"
android:src="@drawable/bullet_point"
android:layout_marginTop="24dp"
app:layout_constraintTop_toBottomOf="@+id/check_in_onboarding_card_subtitle"
app:layout_constraintTop_toBottomOf="@id/check_in_onboarding_card_subtitle"
app:layout_constraintStart_toStartOf="parent" />

<TextView
Expand Down Expand Up @@ -192,7 +194,7 @@
android:layout_height="8dp"
android:src="@drawable/bullet_point"
android:layout_marginTop="22dp"
app:layout_constraintTop_toBottomOf="@+id/check_in_onboarding_body3"
app:layout_constraintTop_toBottomOf="@id/check_in_onboarding_body3"
app:layout_constraintStart_toStartOf="parent" />

<TextView
Expand All @@ -215,7 +217,7 @@
android:layout_height="8dp"
android:src="@drawable/bullet_point"
android:layout_marginTop="22dp"
app:layout_constraintTop_toBottomOf="@+id/check_in_onboarding_body4"
app:layout_constraintTop_toBottomOf="@id/check_in_onboarding_body4"
app:layout_constraintStart_toStartOf="parent" />

<TextView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

<TextView
android:id="@+id/first_bulletpoint_title"
style="@style/subtitleBoldSixteen"
style="@style/subtitle"
android:textStyle="bold"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacing_normal"
Expand Down Expand Up @@ -71,7 +72,8 @@

<TextView
android:id="@+id/second_bulletpoint_title"
style="@style/subtitleBoldSixteen"
style="@style/subtitle"
android:textStyle="bold"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal"
Expand Down