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" />