From 43805076ebac680e7cdac37ba92b14184d057645 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 30 Aug 2016 02:44:46 -0700 Subject: [PATCH] Fix timer item margin directions for portrait because RecyclerView has padding in those directions now --- app/src/main/res/layout/item_timer.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_timer.xml b/app/src/main/res/layout/item_timer.xml index fe774a1..3a03826 100644 --- a/app/src/main/res/layout/item_timer.xml +++ b/app/src/main/res/layout/item_timer.xml @@ -4,9 +4,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_marginStart="8dp" - android:layout_marginEnd="8dp" - android:layout_marginTop="8dp"> + android:layout_marginBottom="8dp" + android:layout_marginEnd="8dp">