Skip to content
Snippets Groups Projects
Unverified Commit 39c5b3df authored by axelherbstreith's avatar axelherbstreith Committed by GitHub
Browse files

switched last two bullet points (#3088)

parent fc9b70e1
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal" 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_constraintEnd_toEndOf="@id/second_bulletpoint_subtitle"
app:layout_constraintStart_toStartOf="@id/second_bulletpoint_subtitle" app:layout_constraintStart_toStartOf="@id/second_bulletpoint_subtitle"
app:layout_constraintTop_toBottomOf="@id/second_bulletpoint_subtitle" /> app:layout_constraintTop_toBottomOf="@id/second_bulletpoint_subtitle" />
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal" android:layout_marginTop="@dimen/spacing_normal"
android:paddingBottom="@dimen/spacing_medium" 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_constraintEnd_toEndOf="@id/third_bulletpoint_text"
app:layout_constraintStart_toStartOf="@id/third_bulletpoint_text" app:layout_constraintStart_toStartOf="@id/third_bulletpoint_text"
app:layout_constraintTop_toBottomOf="@id/third_bulletpoint_text" /> app:layout_constraintTop_toBottomOf="@id/third_bulletpoint_text" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment