Accommodate long call time text in call details.
Bug: 80408178
Test: Manual
PiperOrigin-RevId: 198485864
Change-Id: I72fa8bdbf9e600daad9be8c6466e2ae6bf2f42f6
diff --git a/java/com/android/dialer/calldetails/res/layout/call_details_entry.xml b/java/com/android/dialer/calldetails/res/layout/call_details_entry.xml
index cb2faa7..bfbb4f8 100644
--- a/java/com/android/dialer/calldetails/res/layout/call_details_entry.xml
+++ b/java/com/android/dialer/calldetails/res/layout/call_details_entry.xml
@@ -40,11 +40,12 @@
<TextView
android:id="@+id/call_time"
- style="@style/Dialer.TextAppearance.Secondary.Ellipsize"
+ style="@style/Dialer.TextAppearance.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/call_entry_bottom_padding"
android:layout_marginStart="@dimen/call_entry_text_left_margin"
+ android:layout_marginEnd="16dp"
android:layout_below="@+id/call_type"/>
<TextView