summaryrefslogtreecommitdiff
path: root/res/layout/call_log_fragment.xml
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/call_log_fragment.xml
parentede8e85cd9d75e9ee6fb7ba69258a348aceb8362 (diff)
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/call_log_fragment.xml')
-rw-r--r--res/layout/call_log_fragment.xml4
1 files changed, 2 insertions, 2 deletions
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