Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4ee16e4 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Align account icon size of ChooseAccountTypeActivity

Test: manual, start activity by AccountManager.newChooseAccountIntent
Bug: 74348461
Change-Id: I863300bd20930b5a0497b4c9dd812d0701023168
parent 790d1a0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"