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

Commit ac171ec

Browse files
authored
Fix button width in onboarding screens. (#5903)
1 parent c78117e commit ac171ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Corona-Warn-App/src/main/res/layout/fragment_onboarding_test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
style="@style/buttonPrimary"
4444
android:layout_width="0dp"
4545
android:layout_height="wrap_content"
46-
android:layout_margin="@dimen/margin_16"
46+
android:layout_marginVertical="@dimen/margin_16"
4747
android:layout_marginHorizontal="@dimen/margin_24"
4848
android:text="@string/onboarding_button_next"
4949
app:layout_constraintBottom_toBottomOf="parent"

0 commit comments

Comments
 (0)