2008-10-27 21:04:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-09-12 00:18:31 -04:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2008-10-27 21:04:44 -04:00
|
|
|
android:layout_width="fill_parent"
|
2010-04-26 13:36:33 -04:00
|
|
|
android:layout_height="wrap_content"
|
2012-09-10 11:51:34 -04:00
|
|
|
android:paddingBottom="5dip"
|
|
|
|
android:paddingRight="3dip"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:paddingTop="5dip" >
|
2010-04-26 13:36:33 -04:00
|
|
|
|
2010-01-16 23:20:39 -05:00
|
|
|
<RelativeLayout
|
2012-09-12 00:18:31 -04:00
|
|
|
android:id="@+id/checkbox_wrapper"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" >
|
2010-04-26 13:36:33 -04:00
|
|
|
|
2010-04-25 04:47:24 -04:00
|
|
|
<CheckBox
|
2010-04-26 13:36:33 -04:00
|
|
|
android:id="@+id/selected_checkbox"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:layout_width="36dip"
|
|
|
|
android:layout_height="fill_parent"
|
2010-04-26 13:36:33 -04:00
|
|
|
android:focusable="false"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:gravity="center_vertical|center"
|
|
|
|
android:visibility="visible" />
|
|
|
|
</RelativeLayout>
|
2010-04-26 15:50:25 -04:00
|
|
|
|
2012-09-12 00:18:31 -04:00
|
|
|
<View
|
|
|
|
android:id="@+id/chip"
|
|
|
|
android:layout_width="16dip"
|
|
|
|
android:layout_height="16dip"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_alignWithParentIfMissing="true"
|
|
|
|
android:layout_marginLeft="8dip"
|
|
|
|
android:layout_marginRight="4dip"
|
2012-09-10 11:51:34 -04:00
|
|
|
android:layout_marginTop="3dip"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:layout_toRightOf="@+id/checkbox_wrapper"
|
|
|
|
android:background="@android:color/transparent" />
|
2012-09-10 11:51:34 -04:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/subject"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_marginBottom="1dip"
|
2012-09-10 11:51:34 -04:00
|
|
|
android:layout_marginLeft="1dip"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:layout_toLeftOf="@+id/date"
|
|
|
|
android:layout_toRightOf="@+id/chip"
|
2012-09-10 11:51:34 -04:00
|
|
|
android:ellipsize="marquee"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:singleLine="true"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
2012-09-10 11:51:34 -04:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/preview"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:layout_alignLeft="@+id/chip"
|
2012-09-10 11:51:34 -04:00
|
|
|
android:layout_below="@+id/subject"
|
|
|
|
android:layout_marginLeft="1dip"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:layout_toLeftOf="@+id/flagged"
|
2012-09-10 11:51:34 -04:00
|
|
|
android:bufferType="spannable"
|
2012-09-12 00:18:31 -04:00
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
|
|
|
|
2012-09-12 11:20:53 -04:00
|
|
|
<com.fsck.k9.view.ImageButtonAnchor
|
2012-09-12 00:18:31 -04:00
|
|
|
android:id="@+id/item_menu"
|
|
|
|
android:layout_width="36dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:background="@null"
|
|
|
|
style="?android:attr/borderlessButtonStyle"
|
|
|
|
android:src="?attr/iconListItemMenu" />
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/flagged"
|
|
|
|
style="?android:attr/starStyle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_toLeftOf="@+id/divider"
|
|
|
|
android:focusable="false"
|
|
|
|
android:gravity="top|right" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/date"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignTop="@+id/subject"
|
|
|
|
android:layout_toLeftOf="@+id/divider"
|
|
|
|
android:paddingLeft="5dip"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorSecondary" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/divider"
|
|
|
|
android:layout_width="1dip"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_marginBottom="4dip"
|
|
|
|
android:layout_marginTop="4dip"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:layout_toLeftOf="@+id/item_menu"
|
|
|
|
/>
|
2012-09-10 11:51:34 -04:00
|
|
|
|
|
|
|
</RelativeLayout>
|