Skip to content
Snippets Groups Projects
Unverified Commit b089c783 authored by Rituraj Sambherao's avatar Rituraj Sambherao Committed by GitHub
Browse files

Thank you screen and card image adjustment (EXPOSUREAPP-4231) #1878

parent 76fad815
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
android:layout_width="@dimen/match_constraint"
android:layout_height="wrap_content"
android:focusable="true"
android:src="@drawable/ic_submission_illustration_thanks"
android:src="@drawable/ic_illustration_together"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
......
......@@ -30,7 +30,7 @@
android:layout_marginTop="@dimen/spacing_tiny"
android:contentDescription="@string/submission_done_illustration_description"
android:importantForAccessibility="no"
android:src="@drawable/ic_submission_illustration_thanks"
android:src="@drawable/ic_illustration_together"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/submission_done_card_title" />
......
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