Skip to content

Commit

Permalink
fixed constraints for buttons (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsabale7 committed Apr 24, 2024
1 parent 2d1d45d commit 56339b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datacapture/src/main/res/layout/questionnaire_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
android:layout_marginHorizontal="@dimen/action_button_margin_horizontal"
android:layout_marginVertical="@dimen/action_button_margin_vertical"
android:text="@string/button_pagination_next"
app:layout_constraintEnd_toStartOf="@+id/submit_questionnaire"
app:layout_constraintEnd_toStartOf="@+id/review_mode_button"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
/>
Expand All @@ -120,7 +120,7 @@
android:layout_marginHorizontal="@dimen/action_button_margin_horizontal"
android:layout_marginVertical="@dimen/action_button_margin_vertical"
android:text="@string/button_review"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintEnd_toStartOf="@id/submit_questionnaire"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
/>
Expand Down

0 comments on commit 56339b4

Please sign in to comment.