Merge "Set appropriate margin to dividers in SetupWizard" into honeycomb

This commit is contained in:
Daisuke Miyakawa
2011-01-12 15:30:25 -08:00
committed by Android (Google) Code Review

View File

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