From 7b16a280d9f0831868494e25559c6c0ac743575b Mon Sep 17 00:00:00 2001 From: satok Date: Thu, 15 Oct 2009 08:14:13 +0900 Subject: [PATCH] Fix the apparance of title according to Gmail BUG: 2161477 --- res/layout/list_title.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/layout/list_title.xml b/res/layout/list_title.xml index 87116d9cf..a1be3ebf9 100644 --- a/res/layout/list_title.xml +++ b/res/layout/list_title.xml @@ -38,6 +38,9 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:textColor="#ffffffff" + android:shadowRadius="0.1" + android:shadowDy="1" + android:shadowColor="#ff000000" android:layout_weight="1" />