From d5b9aec39f923df0d5c2bf71054be3406a333e29 Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 16 Sep 2012 03:24:40 +0200 Subject: [PATCH] Display a dark-themed "Send as" dialog when using the dark theme on HC+ --- res/layout/choose_account_item.xml | 2 +- res/values-v11/themes.xml | 6 +++++- res/values/attrs.xml | 1 + res/values/themes.xml | 9 ++++++++- src/com/fsck/k9/activity/MessageCompose.java | 4 +++- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/res/layout/choose_account_item.xml b/res/layout/choose_account_item.xml index 910312441..5bcf7a58d 100644 --- a/res/layout/choose_account_item.xml +++ b/res/layout/choose_account_item.xml @@ -4,7 +4,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:background="#cccccc" + android:background="?attr/backgroundColorChooseAccountHeader" android:gravity="left|center_vertical"> - + + + diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 2d4ff70d9..300bd1b03 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -41,6 +41,7 @@ + \ No newline at end of file diff --git a/res/values/themes.xml b/res/values/themes.xml index 0d13eddd0..3453fd668 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -1,5 +1,5 @@ - + + + + +