Merge "Increase touch target for adding authentication" into ub-mail-algol
This commit is contained in:
commit
83f2997868
@ -23,21 +23,15 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
<ImageView
|
|
||||||
android:id="@+id/add_authentication"
|
|
||||||
android:contentDescription="@string/add_authentication_label"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:clickable="true"
|
|
||||||
android:src="@drawable/ic_setup_add_authentication"/>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/add_authentication_label"
|
android:id="@+id/add_authentication"
|
||||||
android:text="@string/add_authentication_label"
|
android:text="@string/add_authentication_label"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:paddingRight="16dip"
|
android:padding="16dip"
|
||||||
|
android:drawablePadding="16dip"
|
||||||
|
android:drawableStart="@drawable/ic_setup_add_authentication"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorPrimary"/>
|
android:textColor="?android:attr/textColorPrimary"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -32,21 +32,15 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
<ImageView
|
|
||||||
android:id="@+id/add_authentication"
|
|
||||||
android:contentDescription="@string/add_authentication_label"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:clickable="true"
|
|
||||||
android:paddingRight="16dip"
|
|
||||||
android:src="@drawable/ic_setup_add_authentication"/>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/add_authentication_label"
|
android:id="@+id/add_authentication"
|
||||||
android:text="@string/add_authentication_label"
|
android:text="@string/add_authentication_label"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:padding="16dip"
|
||||||
|
android:drawablePadding="16dip"
|
||||||
|
android:drawableStart="@drawable/ic_setup_add_authentication"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorPrimary"/>
|
android:textColor="?android:attr/textColorPrimary"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user