|
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
android:id="@+id/user_header"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:padding="5dip"
|
|
|
|
|
android:padding="8dip"
|
|
|
|
|
android:background="#ff0000">
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.helper.AsyncImageView
|
|
|
|
|
@ -23,24 +23,15 @@
|
|
|
|
|
android:layout_height="50dip"
|
|
|
|
|
android:layout_width="50dip"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
android:layout_marginRight="5dip"
|
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
|
android:layout_centerVertical="true"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/user_name"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_toRightOf="@id/user_image"
|
|
|
|
|
android:layout_alignTop="@id/user_image"
|
|
|
|
|
android:text="USER NAME"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/user_subtitle"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/user_name"
|
|
|
|
|
android:layout_toRightOf="@id/user_image"
|
|
|
|
|
android:text="Some text goes here. Blah blah blah bleeeeeeeep."/>
|
|
|
|
|
android:layout_alignTop="@id/user_image"
|
|
|
|
|
android:layout_toRightOf="@id/user_image"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|