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.xml29
1 files changed, 24 insertions, 5 deletions
diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml
index a5acf5258..473e1410c 100644
--- a/res/layout/call_detail_history_item.xml
+++ b/res/layout/call_detail_history_item.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 The Android Open Source Project
+ Copyright (C) 2013, The Linux Foundation. All rights reserved.
+
+ Not a Contribution.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -47,13 +50,29 @@
android:textColor="?attr/call_log_secondary_text_color"
/>
</LinearLayout>
- <TextView
- android:id="@+id/date"
+
+ <LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?attr/call_log_secondary_text_color"
- />
+ android:orientation="horizontal"
+ >
+ <ImageView
+ android:id="@+id/sub_icon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginRight="@dimen/call_log_icon_margin"
+ android:layout_marginBottom="@dimen/call_detail_button_spacing"
+ android:layout_gravity="bottom"
+ />
+ <TextView
+ android:id="@+id/date"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="?attr/call_log_secondary_text_color"
+ />
+ </LinearLayout>
+
<TextView
android:id="@+id/duration"
android:layout_width="wrap_content"