summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/historyitemactions
diff options
context:
space:
mode:
authorlinyuh <linyuh@google.com>2018-06-04 14:07:21 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-04 16:08:18 -0700
commit25bb49e1806c3fef254f11bc17e76ca2bf6e5374 (patch)
treeefae6195d33e3881b63a6817d5b5fa6ff94cfbd9 /java/com/android/dialer/historyitemactions
parent444a3aea729cdc50ba2df51297da22f8e6a59c4b (diff)
Replace TextView with BidiTextView in the new call log where a phone number can be shown.
Bug: 72162627 Test: Existing tests PiperOrigin-RevId: 199190694 Change-Id: I19f2ae7e8af452062672c67eb1be1bc6cc49b855
Diffstat (limited to 'java/com/android/dialer/historyitemactions')
-rw-r--r--java/com/android/dialer/historyitemactions/res/layout/contact_layout.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/historyitemactions/res/layout/contact_layout.xml b/java/com/android/dialer/historyitemactions/res/layout/contact_layout.xml
index 5c1678330..247ca0b39 100644
--- a/java/com/android/dialer/historyitemactions/res/layout/contact_layout.xml
+++ b/java/com/android/dialer/historyitemactions/res/layout/contact_layout.xml
@@ -39,13 +39,13 @@
android:gravity="center_vertical"
android:orientation="vertical">
- <TextView
+ <com.android.dialer.widget.BidiTextView
android:id="@+id/primary_text"
style="@style/Dialer.TextAppearance.Primary.Ellipsize"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
- <TextView
+ <com.android.dialer.widget.BidiTextView
android:id="@+id/secondary_text"
style="@style/Dialer.TextAppearance.Secondary.Ellipsize"
android:layout_width="wrap_content"