Language updates, including new translation to Slovakian
[acal.git] / res / layout / show_upcoming_widget_custom_row.xml
blob4b0e7ddd3cfe3bbeb1a2c93e882ad9b0c5aaa032
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" >
8         <TextView
9                 android:id="@+id/upcoming_time"
10                 android:layout_width="75dip"
11                 android:layout_height="@dimen/widgetRowHeight"
12                 android:textSize="@dimen/widgetTextSize" />
13         <TextView
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>