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

Commit df2529f8 authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix photo alignment in RTL locales in ContactEntryListAdapter

Bug: 5590280
Change-Id: I17caf1d17b9b5ccac177e66d8b4e5605e0ac6be1
parent 5e2ea7ab
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"