2011-11-30 06:30:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/headlines_row"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2012-06-22 08:21:32 +00:00
|
|
|
android:background="?headlineSelectedBackgroundSolid"
|
2011-11-30 06:30:19 +00:00
|
|
|
android:gravity="center_vertical"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:orientation="vertical" >
|
2011-11-30 06:30:19 +00:00
|
|
|
|
|
|
|
<LinearLayout
|
2011-11-30 14:25:14 +00:00
|
|
|
android:id="@+id/linearLayout1"
|
2011-11-30 06:30:19 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:layout_weight="1"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="3dip" >
|
2011-11-30 06:30:19 +00:00
|
|
|
|
|
|
|
<TextView
|
2011-11-30 14:25:14 +00:00
|
|
|
android:id="@+id/title"
|
2011-11-30 06:30:19 +00:00
|
|
|
android:layout_width="match_parent"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:text="There are many variations of passages of Lorem Ipsum available"
|
2012-06-20 10:16:24 +00:00
|
|
|
android:textColor="?headlineSelectedTextColor"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:textSize="16sp" />
|
2011-11-30 06:30:19 +00:00
|
|
|
|
2011-11-30 14:25:14 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/linerLayout3"
|
|
|
|
android:layout_width="match_parent"
|
2011-11-30 06:30:19 +00:00
|
|
|
android:layout_height="wrap_content"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal" >
|
2011-11-30 06:30:19 +00:00
|
|
|
|
2011-11-30 14:25:14 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/excerpt"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
|
2012-01-17 11:16:59 +00:00
|
|
|
android:textColor="?headlineSelectedExcerptTextColor"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:textSize="13sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/linearLayout4"
|
2011-11-30 06:30:19 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
2011-11-30 14:25:14 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal" >
|
2011-11-30 06:30:19 +00:00
|
|
|
|
2011-11-30 14:25:14 +00:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/selected"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:focusable="false" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/date"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="Jan 01, 00:00"
|
2012-06-22 13:40:29 +00:00
|
|
|
android:textColor="?headlineSelectedExcerptTextColor"
|
2012-08-13 12:00:27 +00:00
|
|
|
android:textSize="11sp" />
|
2012-06-20 10:16:24 +00:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/feed_title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="right"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:text="{Feed title...}"
|
2012-06-22 13:40:29 +00:00
|
|
|
android:textColor="?headlineSelectedExcerptTextColor"
|
2012-06-20 10:16:24 +00:00
|
|
|
android:textSize="11sp" />
|
2011-11-30 14:25:14 +00:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/marked"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:clickable="true"
|
|
|
|
android:src="@android:drawable/star_off" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/published"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:clickable="true"
|
|
|
|
android:src="@drawable/ic_rss_bw" />
|
|
|
|
</LinearLayout>
|
2011-11-30 06:30:19 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|
2011-12-04 07:50:49 +00:00
|
|
|
<TextView
|
2011-11-30 14:25:14 +00:00
|
|
|
android:id="@+id/content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-06-20 10:16:24 +00:00
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="Article content" />
|
2011-11-30 14:25:14 +00:00
|
|
|
|
2012-03-12 11:57:57 +00:00
|
|
|
<LinearLayout
|
2012-06-20 10:16:24 +00:00
|
|
|
android:id="@+id/attachments_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0" >
|
|
|
|
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/attachments"
|
2012-03-12 11:57:57 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2012-06-20 10:16:24 +00:00
|
|
|
android:layout_weight="1"
|
|
|
|
android:prompt="@string/attachments_prompt" />
|
2012-03-12 11:57:57 +00:00
|
|
|
|
2012-06-20 10:16:24 +00:00
|
|
|
<Button
|
|
|
|
android:id="@+id/attachment_view"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:text="@string/attachment_view" />
|
2012-03-12 11:57:57 +00:00
|
|
|
|
2012-06-20 10:16:24 +00:00
|
|
|
<Button
|
|
|
|
android:id="@+id/attachment_copy"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:text="@string/attachment_copy" />
|
|
|
|
</LinearLayout>
|
2012-03-12 11:57:57 +00:00
|
|
|
|
2012-08-13 12:00:27 +00:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/article_menu_button"
|
2012-09-02 18:16:53 +00:00
|
|
|
android:layout_width="50dp"
|
2012-09-02 18:05:56 +00:00
|
|
|
android:layout_height="wrap_content"
|
2012-08-13 12:00:27 +00:00
|
|
|
android:layout_gravity="right"
|
|
|
|
android:background="@android:color/transparent"
|
2012-09-02 18:05:56 +00:00
|
|
|
android:paddingBottom="4dp"
|
|
|
|
android:paddingRight="4dp"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:scaleType="fitEnd"
|
2012-08-13 12:00:27 +00:00
|
|
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
|
|
|
|
2011-11-30 06:30:19 +00:00
|
|
|
</LinearLayout>
|