From 4f8e26bbbee9ef25f3e746c16eb9e78670256cdd Mon Sep 17 00:00:00 2001 From: Lukas Lechner Date: Tue, 2 Mar 2021 16:10:00 +0100 Subject: [PATCH 01/36] Add events card in event registration test fragment --- .../fragment_test_eventregistration.xml | 49 ++++++++++++++++--- 1 file changed, 42 insertions(+), 7 deletions(-) diff --git a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_eventregistration.xml b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_eventregistration.xml index a80d0f83d98..1a9d95fe58d 100644 --- a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_eventregistration.xml +++ b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_eventregistration.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" tools:ignore="HardcodedText"> - + android:layout_margin="@dimen/spacing_tiny"> + + + android:layout_marginTop="@dimen/spacing_tiny" + android:textIsSelectable="true" + android:text="After creating an event in the app, it is sent to the server and returned together with a guid, a signature and a QR code." + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/event_title" /> - +