|
|
@ -4,12 +4,11 @@
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="8dip"
|
|
|
|
android:paddingLeft="8dip"
|
|
|
|
android:paddingTop="2dip"
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
android:paddingBottom="2dip">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.helper.AsyncImageView android:id="@+id/person_image"
|
|
|
|
<com.todoroo.astrid.helper.AsyncImageView android:id="@+id/person_image"
|
|
|
|
android:layout_width="37dip"
|
|
|
|
android:layout_width="44dip"
|
|
|
|
android:layout_height="37dip"
|
|
|
|
android:layout_height="44dip"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|