|
|
|
@ -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"
|
|
|
|
|