From 3ea333d41c04fd5f3a5d45f540c17894874429e8 Mon Sep 17 00:00:00 2001 From: Mason Tang Date: Tue, 24 Aug 2010 15:57:00 -0700 Subject: Added day separators in the widget - Also substantially refactored the widget service - Moved much of the string logic into CalendarAppWidgetModel - Changed the behavior so we do everything in one pass over the cursor and an additional de-bucketing pass after - Added a hard limit to the query for maximum events to return - TODO write unit tests for new behavior Change-Id: I2ddc2951f9b626e093f02dd365a70f56681eb931 --- res/layout/appwidget_day.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 res/layout/appwidget_day.xml (limited to 'res/layout/appwidget_day.xml') diff --git a/res/layout/appwidget_day.xml b/res/layout/appwidget_day.xml new file mode 100644 index 00000000..625212a3 --- /dev/null +++ b/res/layout/appwidget_day.xml @@ -0,0 +1,36 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3