From 67033729f45471e69a319c15ce94b5c608e80a57 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Tue, 19 May 2015 10:11:09 -0700 Subject: [PATCH] Revert changes to sample only used for testing --- sample/res/layout/header.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sample/res/layout/header.xml b/sample/res/layout/header.xml index 0fa42e5f..319a24bb 100644 --- a/sample/res/layout/header.xml +++ b/sample/res/layout/header.xml @@ -9,10 +9,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="start|left" - android:paddingLeft="5dp" - android:paddingRight="5dp" - android:paddingTop="50dp" - android:paddingBottom="50dp" + android:padding="5dp" android:textColor="@android:color/white" android:textSize="17sp" android:textStyle="bold" />