From 50d55b05aa92c5092ba0a831f5e8027449f13d3b Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Sat, 14 Nov 2020 22:17:22 +0200 Subject: [PATCH] Remove extra margin from the GitHub item --- app/src/main/res/layout/layout_main.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml index 237b72d..888a4ac 100644 --- a/app/src/main/res/layout/layout_main.xml +++ b/app/src/main/res/layout/layout_main.xml @@ -261,7 +261,6 @@ android:id="@+id/codeBtn" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginTop="8dp" android:background="?selectableItemBackground" android:drawablePadding="16dp" android:gravity="center_vertical"