Merge "Move lonely "Next" button to the right"

This commit is contained in:
Ben Komalo 2011-08-10 14:15:20 -07:00 committed by Android (Google) Code Review
commit da1d233916
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<Button
android:id="@+id/next"
android:layout_marginTop="16dip"
android:layout_gravity="right"
style="@style/accountSetupButton"
android:text="@string/next_action" />
</LinearLayout>