From 6963dfb4780d167726685e878c5c607312102007 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 17 Jul 2016 19:13:34 +0200 Subject: [PATCH] Restore fetch button --- app/src/main/res/layout/rule.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/rule.xml b/app/src/main/res/layout/rule.xml index 1a0dae6a..b70c7dc9 100644 --- a/app/src/main/res/layout/rule.xml +++ b/app/src/main/res/layout/rule.xml @@ -229,8 +229,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:layout_marginEnd="8dp" - android:layout_marginRight="8dp" android:text="@string/title_related" /> + android:layout_marginEnd="8dp" + android:layout_marginRight="8dp" + android:src="?attr/iconFetch" />