mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
adding extra padding between reset button and checkbox to match designs
This commit is contained in:
parent
7971a74614
commit
0a0c322963
1 changed files with 3 additions and 2 deletions
|
@ -132,17 +132,18 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/ftue_auth_sign_out_all_devices"
|
||||
app:layout_constraintBottom_toTopOf="@id/newPasswordSubmit"
|
||||
app:layout_constraintBottom_toTopOf="@id/entrySignOutAll"
|
||||
app:layout_constraintEnd_toEndOf="@id/newPasswordGutterEnd"
|
||||
app:layout_constraintHorizontal_bias="0"
|
||||
app:layout_constraintStart_toEndOf="@id/entrySignOutAll"
|
||||
app:layout_constraintTop_toBottomOf="@id/newPasswordInput" />
|
||||
app:layout_constraintTop_toBottomOf="@id/entrySignOutAll" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/newPasswordSubmit"
|
||||
style="@style/Widget.Vector.Button.Login"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:text="@string/ftue_auth_reset_password"
|
||||
android:textAllCaps="true"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
Loading…
Reference in a new issue