summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-04-13 13:44:52 -0700
committerAndrew Lee <anwlee@google.com>2015-04-13 13:46:16 -0700
commit4fb0b8ebe4e411a2b73688adb01c8ae86a7852c6 (patch)
tree116c126e29303cea8b4262d6b2f12e7cabdcbc41 /res/layout
parentede8e85cd9d75e9ee6fb7ba69258a348aceb8362 (diff)
downloadandroid_packages_apps_Dialer-4fb0b8ebe4e411a2b73688adb01c8ae86a7852c6.tar.gz
android_packages_apps_Dialer-4fb0b8ebe4e411a2b73688adb01c8ae86a7852c6.tar.bz2
android_packages_apps_Dialer-4fb0b8ebe4e411a2b73688adb01c8ae86a7852c6.zip
Make call log cards white.
Disassociate the color of the cards/list items from the background color. Before, they were connected so they were ending up as the same color. Bug: 19372817 Change-Id: Id31891a0f86f98bd6143911e361abc70435abddf
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_detail.xml2
-rw-r--r--res/layout/call_log_fragment.xml4
-rw-r--r--res/layout/call_log_list_item.xml2
-rw-r--r--res/layout/playback_layout.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index 522c698ad..c07785159 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_details_list_items" >
+ android:background="@color/background_dialer_call_log" >
<!-- Caller information "card" -->
<LinearLayout
android:id="@+id/caller_information"
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index ff0d58e00..cee6af15e 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -21,7 +21,7 @@
android:orientation="vertical"
android:divider="?android:attr/dividerHorizontal"
android:showDividers="end"
- android:background="@color/background_dialer_list_items">
+ android:background="@color/background_dialer_call_log">
<FrameLayout
android:id="@+id/voicemail_status"
@@ -40,7 +40,7 @@
<android.support.v7.widget.RecyclerView android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/background_dialer_list_items"
+ android:background="@color/background_dialer_call_log"
android:padding="8dp" />
<include
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 1fbc579d9..9ea3db8d0 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -47,7 +47,7 @@
android:orientation="vertical"
android:gravity="center_vertical"
card_view:cardCornerRadius="4dp"
- card_view:cardBackgroundColor="@color/background_dialer_list_items">
+ card_view:cardBackgroundColor="@color/background_dialer_call_log_list_item">
<!-- Primary area containing the contact badge and caller information -->
<LinearLayout
diff --git a/res/layout/playback_layout.xml b/res/layout/playback_layout.xml
index 54d0c5955..00f1c3f4a 100644
--- a/res/layout/playback_layout.xml
+++ b/res/layout/playback_layout.xml
@@ -19,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:background="@color/background_dialer_list_items"
+ android:background="@color/background_dialer_call_log_list_item"
>
<!-- Mute, playback, trash buttons. -->
<LinearLayout