From 9401b3e8f0d6f49751a4d203502cfb76842599c0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 1 Apr 2020 15:11:55 -0300 Subject: [wallet] automatic code cleanup --- wallet/src/main/res/layout/fragment_product_image.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wallet/src/main/res/layout/fragment_product_image.xml') diff --git a/wallet/src/main/res/layout/fragment_product_image.xml b/wallet/src/main/res/layout/fragment_product_image.xml index 9f65d4d..7d8bbf2 100644 --- a/wallet/src/main/res/layout/fragment_product_image.xml +++ b/wallet/src/main/res/layout/fragment_product_image.xml @@ -15,10 +15,10 @@ --> + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/productImageView" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:ignore="ContentDescription"> \ No newline at end of file -- cgit v1.2.3