summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/payment_details.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-07 11:09:22 -0300
committerTorsten Grote <t@grobox.de>2020-09-07 11:09:22 -0300
commit01acacaecdde368c73414fce86cf320a7fbbddbc (patch)
tree4bee64478f1d7b5655764051186ea53a8d75a588 /wallet/src/main/res/layout/payment_details.xml
parent65bd1c7ad004a44172c3a35dc229c9c84163eee9 (diff)
downloadtaler-android-01acacaecdde368c73414fce86cf320a7fbbddbc.tar.gz
taler-android-01acacaecdde368c73414fce86cf320a7fbbddbc.tar.bz2
taler-android-01acacaecdde368c73414fce86cf320a7fbbddbc.zip
[wallet] always show product details (remove details button)
Diffstat (limited to 'wallet/src/main/res/layout/payment_details.xml')
-rw-r--r--wallet/src/main/res/layout/payment_details.xml16
1 files changed, 2 insertions, 14 deletions
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" />
- <Button
- android:id="@+id/detailsButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/payment_show_details"
- android:visibility="gone"
- app:layout_constraintBottom_toTopOf="@+id/productsList"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/orderView"
- tools:visibility="visible" />
-
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/productsList"
android:layout_width="0dp"
@@ -97,7 +85,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/detailsButton"
+ app:layout_constraintTop_toBottomOf="@+id/orderView"
tools:listitem="@layout/list_item_product"
tools:visibility="visible" />