2011-11-24 10:01:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2011-11-30 13:05:03 +00:00
|
|
|
android:id="@+id/headlines_row"
|
2011-11-24 10:01:51 +00:00
|
|
|
android:layout_width="fill_parent"
|
2011-11-30 13:05:03 +00:00
|
|
|
android:layout_height="wrap_content"
|
2011-11-24 11:51:23 +00:00
|
|
|
android:background="?headlineUnreadBackground"
|
2011-11-30 13:05:03 +00:00
|
|
|
android:orientation="vertical" >
|
2013-02-23 20:42:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2011-11-30 13:05:03 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/linearLayout6"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal" >
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/selected"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:focusable="false"
|
|
|
|
android:paddingLeft="6dip"
|
|
|
|
android:paddingRight="6dip" >
|
|
|
|
</CheckBox>
|
2013-02-23 20:42:34 +00:00
|
|
|
|
|
|
|
|
2011-11-30 13:05:03 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/linearLayout1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
2012-12-31 10:21:57 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="3dp" >
|
2013-02-23 20:42:34 +00:00
|
|
|
|
|
|
|
|
2011-11-30 13:05:03 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:ellipsize="end"
|
2012-12-31 10:01:59 +00:00
|
|
|
android:singleLine="false"
|
2011-11-30 13:05:03 +00:00
|
|
|
android:text="{Title...}"
|
2012-06-21 20:35:53 +00:00
|
|
|
android:textColor="?headlineUnreadTextColor"
|
2012-12-31 10:01:59 +00:00
|
|
|
android:textSize="16sp"
|
|
|
|
android:textStyle="bold" >
|
2011-11-30 13:05:03 +00:00
|
|
|
|
|
|
|
</TextView>
|
2011-11-27 12:47:38 +00:00
|
|
|
|
2013-03-30 15:30:47 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/feed_and_author"
|
2013-04-16 08:54:51 +00:00
|
|
|
android:orientation="horizontal"
|
2013-03-30 15:30:47 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/feed_title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="0.5"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:singleLine="true"
|
2013-04-21 13:01:26 +00:00
|
|
|
android:text="{Feed title...}"
|
2013-03-30 15:30:47 +00:00
|
|
|
android:textColor="?headlineExcerptTextColor"
|
|
|
|
android:textSize="10sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/author"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="0.5"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="right"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:text="{Author}"
|
|
|
|
android:textColor="?headlineExcerptTextColor"
|
|
|
|
android:textSize="10sp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2012-06-20 10:16:24 +00:00
|
|
|
|
2012-12-31 10:01:59 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/excerpt"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="{Content excerpt...}"
|
|
|
|
android:textColor="?headlineExcerptTextColor"
|
|
|
|
android:textSize="13sp" >
|
|
|
|
</TextView>
|
2013-02-23 20:42:34 +00:00
|
|
|
|
|
|
|
|
2011-11-30 13:05:03 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/date"
|
2011-11-27 12:47:38 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2012-06-20 10:16:24 +00:00
|
|
|
android:gravity="center_horizontal"
|
2011-11-30 13:05:03 +00:00
|
|
|
android:text="Jan 01"
|
2012-06-22 13:40:29 +00:00
|
|
|
android:textColor="?headlineExcerptTextColor"
|
2012-12-31 10:01:59 +00:00
|
|
|
android:textSize="10sp"
|
|
|
|
android:textStyle="italic" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2013-02-23 20:42:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2012-12-31 10:01:59 +00:00
|
|
|
<LinearLayout
|
2012-12-31 10:21:57 +00:00
|
|
|
android:id="@+id/linearLayout4"
|
2012-12-31 10:01:59 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
2012-12-31 10:21:57 +00:00
|
|
|
android:paddingRight="6dp" >
|
2011-11-27 12:47:38 +00:00
|
|
|
|
2012-12-31 10:21:57 +00:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/marked"
|
2011-11-27 12:47:38 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2012-12-31 10:21:57 +00:00
|
|
|
android:clickable="true"
|
|
|
|
android:src="@android:drawable/star_off" />
|
2011-11-30 13:05:03 +00:00
|
|
|
|
2012-12-31 10:21:57 +00:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/published"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clickable="true"
|
|
|
|
android:src="@drawable/ic_rss_bw" />
|
2011-11-27 12:47:38 +00:00
|
|
|
</LinearLayout>
|
2011-11-24 10:01:51 +00:00
|
|
|
</LinearLayout>
|
2011-11-30 13:05:03 +00:00
|
|
|
|
2011-11-24 10:01:51 +00:00
|
|
|
</LinearLayout>
|