summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-29 11:39:28 -0700
committerNancy Chen <nancychen@google.com>2014-07-29 12:02:35 -0700
commitc824550da0ff0dadf195b76634b206ec43a2d24a (patch)
tree58a3877df4672dee37725c602595692b7c4a68f8 /res/layout
parenta96c244d7a4ee2e23302846d337324c3a6d91c46 (diff)
Continue to make UI color changes in Dialer.
Specifically to update text and background color in call details and colors in dialpad. Bug: 16356911 Change-Id: I048ca9d71a7befb25aa9f68bace5b6cd7f76e47a
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_detail.xml5
-rw-r--r--res/layout/call_detail_history_item.xml3
2 files changed, 3 insertions, 5 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index 45431a215..2e38e2d99 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -24,7 +24,7 @@
android:orientation="vertical"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
- android:background="@color/background_dialer_list_items" >
+ android:background="@color/background_dialer_details_list_items" >
<!-- Caller information "card" -->
<LinearLayout
android:id="@+id/caller_information"
@@ -104,8 +104,7 @@
android:paddingStart="@dimen/call_detail_horizontal_margin"
android:paddingEnd="@dimen/call_detail_horizontal_margin"
android:paddingTop="@dimen/transcription_top_margin"
- android:paddingBottom="@dimen/transcription_bottom_margin"
- android:background="@color/background_dialer_list_items" />
+ android:paddingBottom="@dimen/transcription_bottom_margin" />
<LinearLayout
android:id="@+id/voicemail_container"
android:layout_width="match_parent"
diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml
index 0e5dcf2f4..cbe844234 100644
--- a/res/layout/call_detail_history_item.xml
+++ b/res/layout/call_detail_history_item.xml
@@ -22,8 +22,7 @@
android:paddingBottom="@dimen/call_log_inner_margin"
android:paddingStart="@dimen/call_detail_horizontal_margin"
android:paddingEnd="@dimen/call_log_outer_margin"
- android:orientation="vertical"
- android:background="@color/background_dialer_list_items" >
+ android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"