From 6fec0079757c2d356693e9934af7ec5dc3464eff Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Tue, 16 Jun 2020 09:23:42 +0200 Subject: Remove obsolete attributes starting with minSdk 17 --- app/src/main/res/layout/item_tip.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/src/main/res/layout/item_tip.xml') diff --git a/app/src/main/res/layout/item_tip.xml b/app/src/main/res/layout/item_tip.xml index 2e186d42e..96df0e431 100644 --- a/app/src/main/res/layout/item_tip.xml +++ b/app/src/main/res/layout/item_tip.xml @@ -26,9 +26,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="40dp" - android:layout_marginLeft="40dp" android:layout_marginEnd="@dimen/spacer_1x" - android:layout_marginRight="@dimen/spacer_1x" android:visibility="visible" tools:text="@string/error_action_open_deck_info" tools:visibility="visible" /> -- cgit v1.2.3