From 01acacaecdde368c73414fce86cf320a7fbbddbc Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 7 Sep 2020 11:09:22 -0300 Subject: [wallet] always show product details (remove details button) --- .../main/res/layout/list_item_product_single.xml | 78 ---------------------- wallet/src/main/res/layout/payment_details.xml | 16 +---- 2 files changed, 2 insertions(+), 92 deletions(-) delete mode 100644 wallet/src/main/res/layout/list_item_product_single.xml (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/layout/list_item_product_single.xml b/wallet/src/main/res/layout/list_item_product_single.xml deleted file mode 100644 index 6f0f79f..0000000 --- a/wallet/src/main/res/layout/list_item_product_single.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - diff --git a/wallet/src/main/res/layout/payment_details.xml b/wallet/src/main/res/layout/payment_details.xml index 643974e..0610f52 100644 --- a/wallet/src/main/res/layout/payment_details.xml +++ b/wallet/src/main/res/layout/payment_details.xml @@ -69,25 +69,13 @@ android:textAppearance="@style/TextAppearance.AppCompat.Headline" android:textSize="25sp" android:visibility="invisible" - app:layout_constraintBottom_toTopOf="@+id/detailsButton" + app:layout_constraintBottom_toTopOf="@+id/productsList" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/orderLabelView" tools:text="2 x Cappuccino, 1 x Hot Meals, 1 x Dessert" tools:visibility="visible" /> -