Revert "Shrink the assigned images slightly in task rows"

This reverts commit a7ac25eea956ed1252d666c32a1985d73f92c354.
pull/14/head
Sam Bosley 12 years ago
parent a51d2d47be
commit 90bbc9b1b4

@ -25,8 +25,8 @@
<ImageView
android:id="@+id/pictureBorder"
android:layout_width="41dip"
android:layout_height="41dip"
android:layout_width="45dip"
android:layout_height="45dip"
android:layout_marginLeft="5dip"
android:layout_centerVertical="true"
android:background="@drawable/icn_default_person_image"
@ -35,8 +35,8 @@
</ImageView>
<com.todoroo.astrid.helper.AsyncImageView
android:id="@+id/picture"
android:layout_width="41dip"
android:layout_height="41dip"
android:layout_width="45dip"
android:layout_height="45dip"
android:padding="2dip"
android:layout_marginLeft="5dip"
android:layout_centerVertical="true"

Loading…
Cancel
Save