Merge "Align account icon size of ChooseAccountTypeActivity" into pi-dev
am: 8aeb74ace1
Change-Id: I51f785a74136e46ddaa99d145105d4fd757a3fa6
This commit is contained in:
committed by
android-build-merger
commit
dcff236ef4
@@ -23,8 +23,8 @@
|
||||
android:orientation="horizontal" >
|
||||
|
||||
<ImageView android:id="@+id/account_row_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="?attr/listPreferredItemHeight"
|
||||
android:layout_height="?attr/listPreferredItemHeight"
|
||||
android:paddingEnd="8dip" />
|
||||
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
||||
Reference in New Issue
Block a user