Remove "Previous" button from account type tablet layout.

Bug: 10128853
Change-Id: I1bdd38ed960bae9471288b9ec1e48eebcbda1d77
This commit is contained in:
Yu Ping Hu 2013-08-01 11:54:38 -07:00
parent a5355442a0
commit e37acba259
1 changed files with 0 additions and 9 deletions

View File

@ -62,13 +62,4 @@
android:textAppearance="@style/accountSetupInfoText" />
</RelativeLayout>
<!-- Previous button (can be below or to the right) -->
<Button
android:id="@+id/previous"
android:layout_marginTop="@dimen/setup_buttons_padding_top"
android:layout_marginRight="@dimen/setup_buttons_padding_right"
style="@style/accountSetupTypePrevious"
android:text="@string/previous_action" />
</RelativeLayout>