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

Commit 0a1f95d2 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix photo alignment in RTL locales in ContactEntryListAdapter"

parents f17ccaf7 df2529f8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
            android:id="@+id/contact_tile_quick"
            android:layout_width="64dip"
            android:layout_height="64dip"
            android:layout_alignParentRight="true"
            android:layout_alignParentEnd="true"
            android:scaleType="centerCrop"
            android:focusable="true" />

@@ -38,12 +38,12 @@
            android:orientation="vertical"
            android:layout_alignParentBottom="true"
            android:gravity="center_vertical"
            android:paddingRight="80dip"
            android:paddingLeft="8dip">
            android:paddingEnd="80dip"
            android:paddingStart="8dip">

            <TextView
                android:id="@+id/contact_tile_name"
                android:layout_width="wrap_content"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textColor="@color/primary_text_color"
                android:textSize="18sp"