Merge "Fix temporary setup flow on tablets" into ub-mail-master
This commit is contained in:
commit
c02e3d5567
@ -46,29 +46,25 @@
|
||||
android:background="@color/account_setup_divider_color" />
|
||||
|
||||
<!-- Buttons on the right -->
|
||||
<Button
|
||||
<TextView
|
||||
android:id="@+id/manual_setup"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_below="@+id/top_divider"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="@dimen/setup_buttons_padding_top"
|
||||
android:layout_marginRight="@dimen/setup_buttons_padding_right"
|
||||
style="@style/accountSetupButton"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="@string/account_setup_basics_manual_setup_action" />
|
||||
<Button
|
||||
android:id="@+id/oauth_setup"
|
||||
<ImageButton
|
||||
android:id="@+id/next"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_below="@+id/manual_setup"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="@dimen/setup_buttons_vertical_spacing"
|
||||
android:layout_marginRight="@dimen/setup_buttons_padding_right"
|
||||
style="@style/accountSetupButton"
|
||||
android:text="@string/account_setup_basics_oauth_setup_action" />
|
||||
<Button
|
||||
android:id="@+id/next"
|
||||
android:layout_below="@+id/oauth_setup"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="@dimen/setup_buttons_vertical_spacing"
|
||||
android:layout_marginRight="@dimen/setup_buttons_padding_right"
|
||||
style="@style/accountSetupButton"
|
||||
android:src="@drawable/ic_nav_arrow_forward"
|
||||
android:text="@string/next_action" />
|
||||
|
||||
<!-- Frame on the left containing the (common) setup info -->
|
||||
|
@ -78,26 +78,22 @@
|
||||
android:layout_marginBottom="@dimen/setup_buttons_padding_bottom"
|
||||
>
|
||||
<!-- Buttons below -->
|
||||
<Button
|
||||
<TextView
|
||||
android:id="@+id/manual_setup"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginLeft="@dimen/setup_buttons_padding_left"
|
||||
style="@style/accountSetupButton"
|
||||
android:text="@string/account_setup_basics_manual_setup_action" />
|
||||
<Button
|
||||
android:id="@+id/oauth_setup"
|
||||
android:layout_below="@+id/manual_setup"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginLeft="@dimen/setup_buttons_padding_left"
|
||||
style="@style/accountSetupButton"
|
||||
android:text="@string/account_setup_basics_oauth_setup_action" />
|
||||
<Button
|
||||
<ImageButton
|
||||
android:id="@+id/next"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="@dimen/setup_buttons_padding_right"
|
||||
style="@style/accountSetupButton"
|
||||
android:src="@drawable/ic_nav_arrow_forward"
|
||||
android:text="@string/next_action" />
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user