Increase touch target for adding authentication
b/13642313
Change-Id: I9681cd6ad21e4da76cac3202dc61bdc49b978c71
(cherry picked from commit 7bf3bb9947
)
This commit is contained in:
parent
41e3f37b50
commit
c0707dd3b4
@ -23,21 +23,15 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
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
|
||||
android:id="@+id/add_authentication_label"
|
||||
android:id="@+id/add_authentication"
|
||||
android:text="@string/add_authentication_label"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
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:textColor="?android:attr/textColorPrimary"/>
|
||||
</LinearLayout>
|
||||
|
@ -32,21 +32,15 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
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
|
||||
android:id="@+id/add_authentication_label"
|
||||
android:id="@+id/add_authentication"
|
||||
android:text="@string/add_authentication_label"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:padding="16dip"
|
||||
android:drawablePadding="16dip"
|
||||
android:drawableStart="@drawable/ic_setup_add_authentication"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="?android:attr/textColorPrimary"/>
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user