Loading java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml +2 −1 Original line number Diff line number Diff line Loading @@ -73,12 +73,13 @@ android:singleLine="true"/> </LinearLayout> <!-- TODO(a bug): Fix text cropping issue, make text selectable --> <!-- TODO(a bug): Make text selectable --> <TextView android:id="@+id/transcription_text" style="@style/PrimaryText" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="6dp" android:layout_gravity="center_vertical" android:textSize="@dimen/voicemail_transcription_text_size" android:visibility="gone"/> Loading Loading
java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml +2 −1 Original line number Diff line number Diff line Loading @@ -73,12 +73,13 @@ android:singleLine="true"/> </LinearLayout> <!-- TODO(a bug): Fix text cropping issue, make text selectable --> <!-- TODO(a bug): Make text selectable --> <TextView android:id="@+id/transcription_text" style="@style/PrimaryText" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="6dp" android:layout_gravity="center_vertical" android:textSize="@dimen/voicemail_transcription_text_size" android:visibility="gone"/> Loading