diff options
author | Andrew Lee <anwlee@google.com> | 2015-05-18 22:37:10 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-18 22:37:10 +0000 |
commit | 92bfd1d713212f5f0962fb05a289526d9966b8db (patch) | |
tree | c3aa816ce93c534a7b76813ab820dcc2c0630d3f /res | |
parent | 907f66274a9dcdc399fc6949d72a62531a3aa633 (diff) | |
parent | 4a5c4063642a0bee0bebfa3b87b33bf8130a1ea1 (diff) |
am 4a5c4063: am c1167e9a: Remove voicemail transcript from details.
* commit '4a5c4063642a0bee0bebfa3b87b33bf8130a1ea1':
Remove voicemail transcript from details.
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" |