diff --git a/health-sdk/example-app/src/main/res/layout/fragment_order_details.xml b/health-sdk/example-app/src/main/res/layout/fragment_order_details.xml index 599f4af53..eda8a1809 100644 --- a/health-sdk/example-app/src/main/res/layout/fragment_order_details.xml +++ b/health-sdk/example-app/src/main/res/layout/fragment_order_details.xml @@ -1,7 +1,6 @@ - - - + + android:layout_marginTop="@dimen/gps_large" + android:orientation="vertical" + app:layout_constraintTop_toTopOf="parent"> - - + android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/gps_medium" + android:hint="@string/recipient" + app:layout_constraintTop_toTopOf="parent" + app:boxBackgroundColor="#ffffff"> - + + - - + android:layout_height="wrap_content" + android:hint="@string/iban" + app:layout_constraintTop_toBottomOf="@id/recipient_input_layout" + app:boxBackgroundColor="#ffffff"> - + + - - + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/gps_medium" + android:hint="@string/amount" + app:layout_constraintTop_toBottomOf="@id/iban_input_layout" + app:boxBackgroundColor="#ffffff"> - + + - - - - + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/gps_medium" + android:hint="@string/reference_number" + app:layout_constraintTop_toBottomOf="@id/amount_input_layout" + app:boxBackgroundColor="#ffffff"> -