|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/widget"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
style="@style/WidgetBackground">
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/widget_button"
|
|
|
|
android:src="@drawable/button_plus"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="50dp"
|
|
|
|
android:background="#00000000"
|
|
|
|
android:paddingLeft="36dp"
|
|
|
|
android:paddingTop="6dp"/>
|
|
|
|
|
|
|
|
<LinearLayout android:id="@+id/taskbody"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/task_1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:maxWidth="115dip"
|
|
|
|
android:text="@string/widget_loading"
|
|
|
|
style="@style/Text.Loading"
|
|
|
|
android:layout_marginLeft="23dp"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/separator_1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:src="@drawable/separator"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/task_2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:maxWidth="115dip"
|
|
|
|
style="@style/Text.Loading"
|
|
|
|
android:layout_marginLeft="23dp"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/separator_2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:src="@drawable/separator"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/task_3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:maxWidth="115dip"
|
|
|
|
style="@style/Text.Loading"
|
|
|
|
android:layout_marginLeft="23dp"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/separator_3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:src="@drawable/separator"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/task_4"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:maxWidth="115dip"
|
|
|
|
style="@style/Text.Loading"
|
|
|
|
android:layout_marginLeft="23dp"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/separator_4"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:src="@drawable/separator"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/task_5"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:maxWidth="115dip"
|
|
|
|
style="@style/Text.Loading"
|
|
|
|
android:layout_marginLeft="23dp"
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|