Skip to content

Commit

Permalink
layout: fix some constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 20, 2023
1 parent 6da4050 commit 51e8818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_add_contact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
android:layout_marginTop="@dimen/padding_20"
app:layout_constraintTop_toBottomOf="@+id/NameEditText"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@+id/SaveButton"
app:layout_constraintEnd_toStartOf="@+id/OkButton"
android:background="@drawable/next_button_background"
android:fontFamily="@font/lato_bold"
android:textSize="18sp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
android:layout_marginTop="@dimen/padding_20"
app:layout_constraintTop_toBottomOf="@+id/conflict_contact_edit_textview"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@+id/SaveButton"
app:layout_constraintEnd_toStartOf="@+id/conflict_contact_replace_button"
android:background="@drawable/next_button_background"
android:fontFamily="@font/lato_bold"
android:textSize="18sp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
android:layout_marginTop="@dimen/padding_20"
app:layout_constraintTop_toBottomOf="@+id/public_key_conflicting_contact_textview"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@+id/SaveButton"
app:layout_constraintEnd_toStartOf="@+id/public_key_conflict_replace_button"
android:background="@drawable/next_button_background"
android:fontFamily="@font/lato_bold"
android:textSize="18sp"
Expand Down

0 comments on commit 51e8818

Please sign in to comment.