From a8542831ecdd3429ff8894c5041bf4d63e3fe827 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 27 Sep 2016 17:24:40 -0700 Subject: [PATCH] Increase lap item text size and margins --- app/src/main/res/layout/item_lap.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_lap.xml b/app/src/main/res/layout/item_lap.xml index f7ae9d7..c0fe6a2 100644 --- a/app/src/main/res/layout/item_lap.xml +++ b/app/src/main/res/layout/item_lap.xml @@ -2,7 +2,8 @@ + android:layout_height="wrap_content" + android:paddingTop="@dimen/item_margin_between_elements"> + style="@style/TextAppearance.AppCompat.Subhead"/> + android:gravity="center" + style="@style/TextAppearance.AppCompat.Subhead"/> + style="@style/TextAppearance.AppCompat.Subhead"/> \ No newline at end of file