From 12255ed453058d1100d068815018d556c8ab224f Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 3 Jun 2015 14:45:59 -0700 Subject: [PATCH] fix missing attribute crash fixes #3328 fixes #3329 fixes #3330 // FREEBIE --- res/layout/message_details_header.xml | 1 - res/layout/recipient_filter_item.xml | 2 +- res/values/attrs.xml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/res/layout/message_details_header.xml b/res/layout/message_details_header.xml index 730f8b8cbf..5676efe17d 100644 --- a/res/layout/message_details_header.xml +++ b/res/layout/message_details_header.xml @@ -9,7 +9,6 @@ diff --git a/res/layout/recipient_filter_item.xml b/res/layout/recipient_filter_item.xml index 2a399b4ef2..86eaeb3e52 100644 --- a/res/layout/recipient_filter_item.xml +++ b/res/layout/recipient_filter_item.xml @@ -23,7 +23,7 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="?android:attr/listPreferredItemHeight" - android:background="?conversation_background"> + android:background="?android:windowBackground"> -