summaryrefslogtreecommitdiff
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, 4 insertions, 3 deletions
diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml
index 4858717af..5b3fff712 100644
--- a/res/layout/call_detail_history_item.xml
+++ b/res/layout/call_detail_history_item.xml
@@ -24,6 +24,7 @@
android:paddingStart="@dimen/call_log_indent_margin"
android:paddingEnd="@dimen/call_log_outer_margin"
android:orientation="vertical"
+ android:background="@color/background_dialer_list_items"
>
<LinearLayout
android:layout_width="wrap_content"
@@ -43,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/call_log_icon_margin"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/secondary_text_color"
+ android:textColor="?attr/call_log_secondary_text_color"
/>
</LinearLayout>
<TextView
@@ -51,13 +52,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/secondary_text_color"
+ android:textColor="?attr/call_log_secondary_text_color"
/>
<TextView
android:id="@+id/duration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/secondary_text_color"
+ android:textColor="?attr/call_log_secondary_text_color"
/>
</LinearLayout>