summaryrefslogtreecommitdiffstats
path: root/res/layout/widget_all_day_item.xml
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-11-16 10:55:11 -0800
committerRoboErik <epastern@google.com>2011-11-16 10:55:11 -0800
commitfd4ec8999eb778cd40fc056bb31b92acb437cae5 (patch)
treefd33dcea8822b6e8e403e8d94c93850db0bd21ef /res/layout/widget_all_day_item.xml
parent597e417faca4c943e73e199347f8cbef5a3bdda5 (diff)
downloadandroid_packages_apps_Calendar-fd4ec8999eb778cd40fc056bb31b92acb437cae5.tar.gz
android_packages_apps_Calendar-fd4ec8999eb778cd40fc056bb31b92acb437cae5.tar.bz2
android_packages_apps_Calendar-fd4ec8999eb778cd40fc056bb31b92acb437cae5.zip
b/5340881 Ensure allday height in widget will fit large text
Change-Id: I5b335c97d5e504581baaa674d1c681ee7b586c42
Diffstat (limited to 'res/layout/widget_all_day_item.xml')
-rw-r--r--res/layout/widget_all_day_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/widget_all_day_item.xml b/res/layout/widget_all_day_item.xml
index 658804b8..ce55860d 100644
--- a/res/layout/widget_all_day_item.xml
+++ b/res/layout/widget_all_day_item.xml
@@ -17,7 +17,7 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/content"
- android:layout_height="24dip"
+ android:layout_height="24sp"
android:layout_width="match_parent"
android:background="@drawable/bg_event_cal_widget_holo">
<FrameLayout