Constrain end of code entry subheader.
This commit is contained in:
parent
d02f605874
commit
5046f58c6f
1 changed files with 2 additions and 1 deletions
|
@ -54,9 +54,10 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/verification_subheader"
|
android:id="@+id/verification_subheader"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
|
android:layout_marginEnd="16dp"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintHorizontal_bias="0.0"
|
app:layout_constraintHorizontal_bias="0.0"
|
||||||
app:layout_constraintStart_toStartOf="@+id/verify_header"
|
app:layout_constraintStart_toStartOf="@+id/verify_header"
|
||||||
|
|
Loading…
Add table
Reference in a new issue