Move lonely "Next" button to the right

Bug: 5148247
Change-Id: I6cf918be3a6786a29d8dd43b0fd48795623cab73
This commit is contained in:
Ben Komalo 2011-08-10 14:10:15 -07:00
parent 0cf23308ba
commit 7aa58cf8b2
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>