Skip to content

Commit

Permalink
Merge pull request #20 from tink-expo/master_zealot
Browse files Browse the repository at this point in the history
Margin adjustment
  • Loading branch information
zealotzealot authored Dec 1, 2019
2 parents f181149 + 8083270 commit 1c5b1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/res/layout/activity_fail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="45dp"
android:layout_marginStart="45dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 1c5b1a2

Please sign in to comment.