From aa6dad91b20edd0a304423d1edc267cf4e8b5dbe Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 1 Apr 2020 15:02:15 -0300 Subject: [pos] Enable refunds --- merchant-terminal/src/main/res/layout/list_item_history.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'merchant-terminal/src/main/res/layout/list_item_history.xml') diff --git a/merchant-terminal/src/main/res/layout/list_item_history.xml b/merchant-terminal/src/main/res/layout/list_item_history.xml index fe485ba..57f85ef 100644 --- a/merchant-terminal/src/main/res/layout/list_item_history.xml +++ b/merchant-terminal/src/main/res/layout/list_item_history.xml @@ -88,7 +88,6 @@ android:backgroundTint="?colorPrimary" android:contentDescription="@string/history_refund" android:tint="?attr/colorOnPrimary" - android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" -- cgit v1.2.3