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

Commit

Permalink
No more merged guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuraiKek committed Feb 2, 2023
1 parent 136c35b commit 40fb5fb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Corona-Warn-App/src/main/res/layout/fragment_rampdown_notice.xml
Expand Up @@ -36,9 +36,10 @@
style="@style/headline6"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_18"
app:layout_constraintEnd_toEndOf="@id/guideline_end"
app:layout_constraintStart_toStartOf="@id/guideline_start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ramp_down_notice_illustration"
tools:text="Der Betrieb wird am xx.xx.xxxx eingestellt" />

Expand All @@ -47,9 +48,10 @@
style="@style/subtitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_12"
app:layout_constraintEnd_toEndOf="@id/guideline_end"
app:layout_constraintStart_toStartOf="@id/guideline_start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ramp_down_notice_subtitle"
tools:text="Sie erhalten dann keine Warnungen mehr" />

Expand All @@ -58,16 +60,15 @@
style="@style/subtitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_12"
android:text="@string/confirmed_status_faq_text"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@id/guideline_end"
app:layout_constraintStart_toStartOf="@id/guideline_start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ramp_down_notice_longtext"
tools:visibility="visible" />

<include layout="@layout/merge_guidelines_side" />

</androidx.constraintlayout.widget.ConstraintLayout>

</ScrollView>
Expand Down

0 comments on commit 40fb5fb

Please sign in to comment.