|
|
|
@ -25,9 +25,9 @@
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/pictureBorder"
|
|
|
|
|
android:layout_width="45dip"
|
|
|
|
|
android:layout_height="45dip"
|
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
|
android:layout_width="39dip"
|
|
|
|
|
android:layout_height="39dip"
|
|
|
|
|
android:layout_marginLeft="8dip"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:background="@drawable/icn_default_person_image"
|
|
|
|
|
android:scaleType="center"
|
|
|
|
@ -35,10 +35,10 @@
|
|
|
|
|
</ImageView>
|
|
|
|
|
<com.todoroo.astrid.helper.AsyncImageView
|
|
|
|
|
android:id="@+id/picture"
|
|
|
|
|
android:layout_width="45dip"
|
|
|
|
|
android:layout_height="45dip"
|
|
|
|
|
android:layout_width="39dip"
|
|
|
|
|
android:layout_height="39dip"
|
|
|
|
|
android:padding="2dip"
|
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
|
android:layout_marginLeft="8dip"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
astrid:defaultSrc="@drawable/icn_default_person_image"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
@ -51,13 +51,14 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:minHeight="30dip"
|
|
|
|
|
android:scaleType="center"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_centerVertical="true" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/task_row"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_toRightOf="@id/completeBox"
|
|
|
|
|
android:layout_marginLeft="55dip"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|