From 39c5b3dfb48059f7355c622e70945999ca2adc05 Mon Sep 17 00:00:00 2001 From: axelherbstreith <75120552+axelherbstreith@users.noreply.github.com> Date: Fri, 7 May 2021 11:26:15 +0200 Subject: [PATCH] switched last two bullet points (#3088) Co-authored-by: Mohamed <mohamed.metwalli@sap.com> Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com> --- .../src/main/res/layout/trace_location_privacy_card.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml b/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml index cd37450cf..ca0459380 100644 --- a/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml +++ b/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml @@ -106,7 +106,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="@dimen/spacing_normal" - android:text="@string/trace_location_privacy_card_third_bulletpoint_text" + android:text="@string/trace_location_privacy_card_fourth_bulletpoint_text" app:layout_constraintEnd_toEndOf="@id/second_bulletpoint_subtitle" app:layout_constraintStart_toStartOf="@id/second_bulletpoint_subtitle" app:layout_constraintTop_toBottomOf="@id/second_bulletpoint_subtitle" /> @@ -126,7 +126,7 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/spacing_normal" android:paddingBottom="@dimen/spacing_medium" - android:text="@string/trace_location_privacy_card_fourth_bulletpoint_text" + android:text="@string/trace_location_privacy_card_third_bulletpoint_text" app:layout_constraintEnd_toEndOf="@id/third_bulletpoint_text" app:layout_constraintStart_toStartOf="@id/third_bulletpoint_text" app:layout_constraintTop_toBottomOf="@id/third_bulletpoint_text" /> -- GitLab