OSDN Git Service

Add drop shadow to contact name in ContactHeaderWidget
authorEvan Millar <emillar@google.com>
Sat, 26 Sep 2009 23:45:04 +0000 (16:45 -0700)
committerEvan Millar <emillar@google.com>
Mon, 28 Sep 2009 17:10:33 +0000 (10:10 -0700)
Change-Id: Ieb6555bfca014b98567d1a981eaeb04e887e4dff

core/res/res/layout-ja/contact_header_name.xml
core/res/res/layout/contact_header_name.xml

index faf1b87..7c0f63e 100644 (file)
@@ -29,6 +29,8 @@
         android:ellipsize="end"
         android:textAppearance="?android:attr/textAppearanceMedium"
         android:textStyle="bold"
+        android:shadowColor="#BB000000"
+        android:shadowRadius="2.75"
         />
 
     <TextView android:id="@+id/phonetic_name"
index a763c22..4a53252 100644 (file)
@@ -24,4 +24,6 @@
     android:singleLine="true"
     android:ellipsize="end"
     android:layout_gravity="center_vertical"
+    android:shadowColor="#BB000000"
+    android:shadowRadius="2.75"
     />