Shrink the assigned images slightly in task rows

pull/14/head
Sam Bosley 12 years ago
parent 82075f92e7
commit 0cef0ebb47

@ -25,8 +25,8 @@
<ImageView
android:id="@+id/pictureBorder"
android:layout_width="45dip"
android:layout_height="45dip"
android:layout_width="41dip"
android:layout_height="41dip"
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="45dip"
android:layout_height="45dip"
android:layout_width="41dip"
android:layout_height="41dip"
android:padding="2dip"
android:layout_marginLeft="5dip"
android:layout_centerVertical="true"

Loading…
Cancel
Save