From b2bec204e214e6b077c4c1901d07fabec27104e9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 1 Apr 2020 15:04:52 -0300 Subject: [pos] automatic code cleanup --- .../src/main/res/layout/fragment_merchant_history.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'merchant-terminal/src/main/res/layout/fragment_merchant_history.xml') diff --git a/merchant-terminal/src/main/res/layout/fragment_merchant_history.xml b/merchant-terminal/src/main/res/layout/fragment_merchant_history.xml index 21e6f08..8c7bd59 100644 --- a/merchant-terminal/src/main/res/layout/fragment_merchant_history.xml +++ b/merchant-terminal/src/main/res/layout/fragment_merchant_history.xml @@ -1,5 +1,4 @@ - - + android:id="@+id/swipeRefresh" + android:layout_width="match_parent" + android:layout_height="match_parent"> + android:id="@+id/list_history" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:scrollbars="vertical" /> -- cgit v1.2.3