Skip to content

Commit

Permalink
Constrain end of code entry subheader.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-signal committed Apr 3, 2023
1 parent d02f605 commit 5046f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_registration_enter_code.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@

<TextView
android:id="@+id/verification_subheader"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="@+id/verify_header"
Expand Down

0 comments on commit 5046f58

Please sign in to comment.