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

Pandemic radar button spacing (EXPOSUREAPP-14428) #5765

Merged
merged 1 commit into from
Dec 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@
android:layout_marginTop="@dimen/spacing_normal"
android:layout_marginEnd="@dimen/card_padding"
android:layout_marginBottom="@dimen/card_padding"
app:iconGravity="textStart"
app:iconPadding="8dp"
android:text="@string/pandemic_Radar_card_button_text"
app:icon="@drawable/ic_link"
app:iconGravity="textStart"
app:iconPadding="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/background_image"
Expand Down