|
|
|
@ -6,30 +6,32 @@
|
|
|
|
android:id="@+id/rowBody"
|
|
|
|
android:id="@+id/rowBody"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="70dip"
|
|
|
|
android:layout_height="70dip"
|
|
|
|
android:paddingBottom="4dip" >
|
|
|
|
android:minHeight="70dip"
|
|
|
|
|
|
|
|
android:layout_marginTop="20dip"
|
|
|
|
|
|
|
|
android:paddingBottom="20dip" >
|
|
|
|
|
|
|
|
|
|
|
|
<!-- completion check-box -->
|
|
|
|
<!-- completion check-box -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<greendroid.widget.AsyncImageView
|
|
|
|
<greendroid.widget.AsyncImageView
|
|
|
|
android:id="@+id/picture"
|
|
|
|
android:id="@+id/picture"
|
|
|
|
android:layout_width="35dip"
|
|
|
|
android:layout_width="47dip"
|
|
|
|
android:layout_height="35dip"
|
|
|
|
android:layout_height="45dip"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:padding="2dip"
|
|
|
|
android:padding="2dip"
|
|
|
|
android:layout_marginLeft="9dip"
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
astrid:defaultSrc="@drawable/icn_default_person_image"
|
|
|
|
astrid:defaultSrc="@drawable/icn_default_person_image"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:visibility="gone" >
|
|
|
|
android:visibility="gone" >
|
|
|
|
</greendroid.widget.AsyncImageView>
|
|
|
|
</greendroid.widget.AsyncImageView>
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pictureBorder"
|
|
|
|
android:id="@+id/pictureBorder"
|
|
|
|
android:layout_width="50dip"
|
|
|
|
android:layout_width="47dip"
|
|
|
|
android:layout_height="44dip"
|
|
|
|
android:layout_height="47dip"
|
|
|
|
android:layout_marginLeft="6dip"
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:background="@drawable/icn_default_person_image"
|
|
|
|
android:background="@drawable/icn_default_person_image"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:scaleType="center"
|
|
|
|
android:visibility="gone" >
|
|
|
|
android:visibility="gone" >
|
|
|
|
</ImageView>
|
|
|
|
</ImageView>
|
|
|
|
|
|
|
|
|
|
|
|
@ -38,18 +40,19 @@
|
|
|
|
<CheckBox
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/completeBox"
|
|
|
|
android:id="@+id/completeBox"
|
|
|
|
android:layout_width="45dip"
|
|
|
|
android:layout_width="45dip"
|
|
|
|
|
|
|
|
android:layout_marginLeft="13dip"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:minHeight="40dip"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:scaleType="center"
|
|
|
|
android:layout_marginLeft="12dip" />
|
|
|
|
android:layout_centerVertical="true" />
|
|
|
|
<!-- assignee photo -->
|
|
|
|
<!-- assignee photo -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/task_row"
|
|
|
|
android:id="@+id/task_row"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignTop="@id/completeBox"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_toRightOf="@id/completeBox"
|
|
|
|
android:layout_toRightOf="@id/completeBox"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:paddingLeft="2dip" >
|
|
|
|
android:paddingLeft="2dip" >
|
|
|
|
@ -60,7 +63,7 @@
|
|
|
|
android:id="@+id/title"
|
|
|
|
android:id="@+id/title"
|
|
|
|
style="@style/TextAppearance.TAd_ItemTitle"
|
|
|
|
style="@style/TextAppearance.TAd_ItemTitle"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:maxLines="2" />
|
|
|
|
android:maxLines="2" />
|
|
|
|
|