Skip to content

Commit db7bbff

Browse files
committed
Revert "InCallUI: fix non-intrusive for RTL"
This reverts commit 4c0cbf9.
1 parent d6019a6 commit db7bbff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

res/layout/card_call_incoming.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
android:layout_height="match_parent"
3030
android:layout_alignParentRight="true"
3131
android:layout_alignTop="@+id/img_contact"
32-
android:layout_marginStart="8dp"
32+
android:layout_marginLeft="8dp"
3333
android:layout_marginTop="2dp"
34-
android:layout_toEndOf="@+id/img_contact"
34+
android:layout_toRightOf="@+id/img_contact"
3535
android:ellipsize="marquee"
3636
android:gravity="center_vertical"
3737
android:lines="1"
@@ -44,9 +44,9 @@
4444
android:layout_width="fill_parent"
4545
android:layout_height="wrap_content"
4646
android:layout_alignParentBottom="true"
47-
android:layout_toEndOf="@+id/img_contact"
47+
android:layout_toRightOf="@+id/img_contact"
4848
android:id="@+id/linearLayout"
49-
android:layout_alignEnd="@+id/txt_contact_name"
49+
android:layout_alignLeft="@+id/txt_contact_name"
5050
android:gravity="center_vertical" >
5151

5252
<Button
@@ -65,8 +65,8 @@
6565
android:id="@+id/separator"
6666
android:layout_width="1dp"
6767
android:layout_height="fill_parent"
68-
android:layout_marginStart="4dp"
69-
android:layout_marginEnd="4dp"
68+
android:layout_marginLeft="4dp"
69+
android:layout_marginRight="4dp"
7070
android:background="@color/card_call_incoming_separator"
7171
android:maxWidth="0dp" />
7272

0 commit comments

Comments
 (0)