am 480d315c: Merge "Set appropriate margin to dividers in SetupWizard" into honeycomb

* commit '480d315c8e5a2c98fafe60fc2229c8376bc64d60':
  Set appropriate margin to dividers in SetupWizard
This commit is contained in:
Daisuke Miyakawa
2011-01-12 15:32:34 -08:00
committed by Android Git Automerger

View File

@@ -43,6 +43,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="3dip" android:layout_height="3dip"
android:layout_below="@id/title" android:layout_below="@id/title"
android:layout_marginTop="6dip"
android:layout_marginBottom="7dip"
android:background="@color/divider_color" /> android:background="@color/divider_color" />
<!-- timezone --> <!-- timezone -->