Merge "Update padding on some buttons, and adjust font size" into ub-mail-algol
This commit is contained in:
commit
e0364574dc
@ -62,12 +62,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginRight="16dip"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:text="@string/account_setup_basics_email_label"
|
||||
style="@style/account_setup_label_text" />
|
||||
<EditText
|
||||
android:id="@+id/account_email"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:contentDescription="@string/account_setup_basics_email_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -83,6 +83,8 @@
|
||||
android:text="@string/sign_in_with_google"
|
||||
android:layout_gravity="center"
|
||||
android:layout_width="wrap_content"
|
||||
android:paddingLeft="10sp"
|
||||
android:paddingRight="10sp"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
<style name="client_certificate_button"
|
||||
parent="account_setup_text_button">
|
||||
<item name="android:layout_alignParentEnd">true</item>
|
||||
<item name="android:paddingLeft">10sp</item>
|
||||
<item name="android:paddingRight">10sp</item>
|
||||
</style>
|
||||
|
||||
<!-- Client certificate title, see also styles.xml -->
|
||||
|
@ -102,6 +102,8 @@
|
||||
<style name="client_certificate_button"
|
||||
parent="account_setup_text_button">
|
||||
<item name="android:layout_alignParentRight">true</item>
|
||||
<item name="android:paddingLeft">10sp</item>
|
||||
<item name="android:paddingRight">10sp</item>
|
||||
</style>
|
||||
|
||||
<!-- Client certificate title, see also styles-ldrtl.xml -->
|
||||
|
Loading…
Reference in New Issue
Block a user