diff --git a/app/src/main/res/drawable/button_bg.xml b/app/src/main/res/drawable/button_bg.xml new file mode 100644 index 0000000..00eb67d --- /dev/null +++ b/app/src/main/res/drawable/button_bg.xml @@ -0,0 +1,13 @@ + + + + + + diff --git a/app/src/main/res/drawable/edittext_bg.xml b/app/src/main/res/drawable/edittext_bg.xml new file mode 100644 index 0000000..5a0f345 --- /dev/null +++ b/app/src/main/res/drawable/edittext_bg.xml @@ -0,0 +1,13 @@ + + + + + + diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index dc21dc1..57c0d3b 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -9,11 +9,14 @@ + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> diff --git a/app/src/main/res/layout/receive_bottom_sheet_dialog.xml b/app/src/main/res/layout/receive_bottom_sheet_dialog.xml index 3792938..b176492 100644 --- a/app/src/main/res/layout/receive_bottom_sheet_dialog.xml +++ b/app/src/main/res/layout/receive_bottom_sheet_dialog.xml @@ -12,14 +12,27 @@ - + diff --git a/app/src/main/res/layout/send_bottom_sheet_dialog.xml b/app/src/main/res/layout/send_bottom_sheet_dialog.xml index c480dc7..b2bcca6 100644 --- a/app/src/main/res/layout/send_bottom_sheet_dialog.xml +++ b/app/src/main/res/layout/send_bottom_sheet_dialog.xml @@ -13,33 +13,59 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> - + + + + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toEndOf="@id/address_edittext" + app:layout_constraintTop_toTopOf="@id/address_edittext" + tools:ignore="SpeakableTextPresentCheck" /> + app:layout_constraintBottom_toBottomOf="@id/amount_edittext" + tools:visibility="visible"/>