summaryrefslogtreecommitdiffstats
path: root/res/layout/call_detail_history_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/call_detail_history_item.xml')
-rw-r--r--res/layout/call_detail_history_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml
index cbe844234..658c503e8 100644
--- a/res/layout/call_detail_history_item.xml
+++ b/res/layout/call_detail_history_item.xml
@@ -53,4 +53,11 @@
android:layout_height="wrap_content"
android:textColor="?attr/call_log_secondary_text_color"
android:textSize="@dimen/call_log_secondary_text_size" />
+
+ <LinearLayout
+ android:id="@+id/recording_playback_layout"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ />
</LinearLayout>