Fix overlap between lone phone number and cancel button in Arabic. am: 7e118e261f am: 51604e5eb5 am: 96a9a1ede7

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1467561

Change-Id: Ia07d6970abe2603ba3f2f5ca5f04ecd392556346
This commit is contained in:
Grace Jia 2020-10-22 07:54:48 +00:00 committed by Automerger Merge Worker
commit a66fcd778f
1 changed files with 1 additions and 2 deletions

View File

@ -28,9 +28,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_toStartOf="@+id/delete_blocked_number"
android:paddingTop="@dimen/blocked_numbers_delete_icon_padding"
android:layout_alignParentLeft="true"
android:layout_toLeftOf="@+id/delete_blocked_number"
android:textDirection="ltr" />
<ImageView