summaryrefslogtreecommitdiffstats
path: root/res/layout/contact_item.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2009-09-28 16:50:46 -0700
committerMichael Chan <mchan@android.com>2009-09-28 17:02:53 -0700
commit79edc4680fcfb37cf73cc50220f16d77cc3aa718 (patch)
treeb283cf92e86ed58296c4cddf8cb008c52b07d77a /res/layout/contact_item.xml
parentd6f9451be96d013cd640535cfc14dfc1585bb9b3 (diff)
downloadandroid_packages_apps_Calendar-79edc4680fcfb37cf73cc50220f16d77cc3aa718.tar.gz
android_packages_apps_Calendar-79edc4680fcfb37cf73cc50220f16d77cc3aa718.tar.bz2
android_packages_apps_Calendar-79edc4680fcfb37cf73cc50220f16d77cc3aa718.zip
b/2113463 Fixed Flickering of screen when we move from month view to day view and vice versa
Change-Id: I2f96578f2697225182f85c49efe499337151a039
Diffstat (limited to 'res/layout/contact_item.xml')
-rw-r--r--res/layout/contact_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/contact_item.xml b/res/layout/contact_item.xml
index 5aa76f60..b1b55b02 100644
--- a/res/layout/contact_item.xml
+++ b/res/layout/contact_item.xml
@@ -59,7 +59,7 @@
<View
android:id="@+id/separator"
android:layout_width="fill_parent"
- android:layout_height="1dip"
+ android:layout_height="1px"
android:layout_alignParentBottom="true"
android:background="@android:drawable/divider_horizontal_bright" />