diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_details_voicemail_header.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/call_details_voicemail_header.xml b/res/layout/call_details_voicemail_header.xml index 7f8b9b81e..e3640faf4 100644 --- a/res/layout/call_details_voicemail_header.xml +++ b/res/layout/call_details_voicemail_header.xml @@ -18,15 +18,6 @@ android:layout_height="wrap_content" android:orientation="vertical" > - <TextView - android:id="@+id/voicemail_transcription" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingStart="@dimen/call_detail_horizontal_margin" - android:paddingEnd="@dimen/call_detail_horizontal_margin" - android:paddingTop="@dimen/transcription_top_margin" - android:paddingBottom="@dimen/transcription_bottom_margin" /> - <LinearLayout android:id="@+id/voicemail_container" android:layout_width="match_parent" |