summaryrefslogtreecommitdiffstats
path: root/res/layout/appwidget_day.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-12-15 10:58:04 -0800
committerMichael Chan <mchan@android.com>2010-12-15 18:14:57 -0800
commitaaa8ec72018a04026ee4e635aabe892f58c8cbc2 (patch)
tree70b46070b85da6d19a2d45ac303323fcf5e531ee /res/layout/appwidget_day.xml
parent1c4673c4b929fceac3d0d259abf3740bd7d699eb (diff)
downloadandroid_packages_apps_Calendar-aaa8ec72018a04026ee4e635aabe892f58c8cbc2.tar.gz
android_packages_apps_Calendar-aaa8ec72018a04026ee4e635aabe892f58c8cbc2.tar.bz2
android_packages_apps_Calendar-aaa8ec72018a04026ee4e635aabe892f58c8cbc2.zip
b/3277450 Part deux of calendar widget update to 'final' UX.
Change-Id: I05a62db9760372be134bc2aba60515f747710a66
Diffstat (limited to 'res/layout/appwidget_day.xml')
-rw-r--r--res/layout/appwidget_day.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/layout/appwidget_day.xml b/res/layout/appwidget_day.xml
index 26f5fb48..5cab51c4 100644
--- a/res/layout/appwidget_day.xml
+++ b/res/layout/appwidget_day.xml
@@ -19,6 +19,8 @@
android:id="@+id/appwidget_date"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_marginLeft="4dip"
+ android:layout_marginRight="4dip"
android:orientation="vertical"
android:addStatesFromChildren="true"
android:focusableInTouchMode="false"
@@ -32,10 +34,10 @@
android:id="@+id/date"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:layout_marginLeft="2dip"
- android:layout_marginRight="3dip"
- android:layout_marginTop="1dip"
- android:paddingLeft="18dip"
+ android:layout_marginLeft="16dip"
+ android:layout_marginRight="7dip"
+ android:layout_marginTop="2dip"
+ android:layout_marginBottom="-2dip"
android:shadowColor="@color/text_shadow_color"
android:shadowRadius="1"
android:textColor="@color/agenda_day_bar_title_color" />