From c2d86389b04ae21a12a17adc715579f03a23ba74 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 30 Aug 2016 17:42:46 -0700 Subject: [PATCH] Increase label margin top --- app/src/main/res/layout-land/item_timer.xml | 2 +- app/src/main/res/layout/item_timer.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout-land/item_timer.xml b/app/src/main/res/layout-land/item_timer.xml index 2225cd1..8f83bfc 100644 --- a/app/src/main/res/layout-land/item_timer.xml +++ b/app/src/main/res/layout-land/item_timer.xml @@ -17,7 +17,7 @@ android:layout_centerHorizontal="true" android:text="Label" android:textSize="@dimen/text_size_medium" - android:layout_marginTop="@dimen/item_margin_between_elements" + android:layout_marginTop="@dimen/item_padding_top" android:layout_marginBottom="@dimen/item_margin_between_elements"/>