Skip to content

Commit

Permalink
Fix: Remove layout bug preventing 0.3.0 release apk build
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jan 5, 2021
1 parent f48405c commit 2a58059
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@
app:cornerRadius="12dp"
app:layout_constraintBottom_toTopOf="@+id/button5"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.494"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/receiveAddress" />
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent" />

<Button
android:id="@+id/button5"
Expand Down

0 comments on commit 2a58059

Please sign in to comment.