Merge "Increase touch target for adding authentication" into ub-mail-algol

This commit is contained in:
Martin Hibdon 2014-03-27 21:29:58 +00:00 committed by Android (Google) Code Review
commit 83f2997868
2 changed files with 8 additions and 20 deletions

View File

@ -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>

View File

@ -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>