From 1e4300cb83fa9d4f6a9c721c900377386c0168ed Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sun, 25 Aug 2013 13:14:20 +0000
Subject: [PATCH] Stretch or shrink the StepPagerStrip to fit the width by
 default

This is better for smaller devices. Larger devices will be customized later.
---
 res/layout/activity_wizard.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/layout/activity_wizard.xml b/res/layout/activity_wizard.xml
index 7402fa081..9d03ac281 100644
--- a/res/layout/activity_wizard.xml
+++ b/res/layout/activity_wizard.xml
@@ -11,7 +11,7 @@
         android:layout_marginRight="16dp"
         android:paddingTop="16dp"
         android:paddingBottom="8dp"
-        android:gravity="left" />
+        android:gravity="fill_horizontal" />
 
     <android.support.v4.view.ViewPager
         android:id="@+id/pager"
-- 
GitLab