diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_detail.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index c07785159..5d1607edf 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -87,6 +87,12 @@ </LinearLayout> </LinearLayout> + <com.android.dialer.voicemail.VoicemailPlaybackLayout + android:id="@+id/voicemail_playback_layout" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:visibility="gone" /> + <!-- The list view is under everything. It contains a first header element which is hidden under the controls UI. |