Merge "Move next and manual settings buttons up on the add acct screen."

This commit is contained in:
Mindy Pereira 2011-10-10 14:00:19 -07:00 committed by Android (Google) Code Review
commit 51c4a901b6
1 changed files with 3 additions and 1 deletions

View File

@ -45,12 +45,14 @@
</FrameLayout>
<!-- Buttons below -->
<!-- In order to show these buttons above the IME keyboard, we need to special case the to
padding to a smaller height. -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/common"
android:orientation="horizontal"
android:paddingTop="@dimen/settings_buttons_padding_top"
android:paddingTop="16dip"
android:paddingBottom="@dimen/settings_buttons_padding_bottom"
>
<Button