am e37acba2: Remove "Previous" button from account type tablet layout.

* commit 'e37acba25997e931f696e5d0e1b55c6946eb5943':
  Remove "Previous" button from account type tablet layout.
This commit is contained in:
Yu Ping Hu 2013-08-01 12:06:17 -07:00 committed by Android Git Automerger
commit ce9dca8fc5

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>