From 6a1461a86ad861b0e04333452e47cb81675459d5 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 21 Apr 2014 16:27:14 -0700 Subject: Add view call history at bottom of recents Bug: 13936108 Change-Id: Ic688d65240dada75b014b6684d4bebed208551bd --- res/layout/recents_list_footer.xml | 31 +++++++++++++++++++++++++++++++ res/values/colors.xml | 4 ++-- res/values/strings.xml | 3 +++ 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 res/layout/recents_list_footer.xml (limited to 'res') diff --git a/res/layout/recents_list_footer.xml b/res/layout/recents_list_footer.xml new file mode 100644 index 000000000..48c0f3614 --- /dev/null +++ b/res/layout/recents_list_footer.xml @@ -0,0 +1,31 @@ + + + + + + \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index cbd116db6..53ff5340a 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,9 +15,9 @@ --> - - + #000000 + #888888 diff --git a/res/values/strings.xml b/res/values/strings.xml index 07dfd81da..bd9aefb2d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -725,6 +725,9 @@ Add to contacts + + View full call history + %s new missed calls -- cgit v1.2.3