1 <?xml version="1.0" encoding="utf-8"?>
2 <com.morphoss.acal.desktop.ShowUpcomingRowLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="@dimen/widgetRowWidth"
4 android:layout_height="@dimen/widgetRowHeight"
5 android:orientation="horizontal"
6 android:paddingLeft="6dip"
7 android:paddingRight="6dip" >
9 android:id="@+id/upcoming_time"
10 android:layout_width="75dip"
11 android:layout_height="@dimen/widgetRowHeight"
12 android:textSize="@dimen/widgetTextSize" />
14 android:id="@+id/upcoming_summary"
15 android:layout_width="300dip"
16 android:layout_height="@dimen/widgetRowHeight"
17 android:textSize="@dimen/widgetTextSize" />
18 </com.morphoss.acal.desktop.ShowUpcomingRowLayout>