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

Commit 6aed7f2a authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Align account icon size of ChooseAccountTypeActivity" into pi-dev am: 8aeb74ac

am: dcff236e

Change-Id: I25f8a2e59a1a5d015718695af6fbee6ea31e6192
parents b1d528c4 dcff236e
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"