diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 4dd8de2d..47d20835 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -14,16 +14,17 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
+ android:textSize="16sp"
+ android:textStyle="bold" />
-
+
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+ android:textSize="10sp" />
-
-
\ No newline at end of file
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 46df3f71..c7451d96 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -14,16 +14,17 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
+ android:textSize="16sp"
+ android:textStyle="bold" />
-
+
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+ android:textSize="10sp" />
-
-
\ No newline at end of file
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index f19ebe06..9dcbc83e 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -14,16 +14,17 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
+ android:textSize="16sp"
+ android:textStyle="bold" />
-
+
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+ android:textSize="10sp" />
-
-
\ No newline at end of file
diff --git a/res/layout-sw600dp-port/headlines_row_selected.xml b/res/layout-sw600dp-port/headlines_row_selected.xml
index dd313d25..8a60b217 100644
--- a/res/layout-sw600dp-port/headlines_row_selected.xml
+++ b/res/layout-sw600dp-port/headlines_row_selected.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?headlineSelectedBackgroundSolid"
+ android:padding="4sp"
android:orientation="vertical" >
+ android:paddingRight="15px" >
-
-
+ android:clickable="true"
+ android:src="@android:drawable/star_off" />
-
-
-
-
-
-
-
-
+ android:clickable="true"
+ android:src="@drawable/ic_rss_bw" />
+
-
-
\ No newline at end of file
diff --git a/res/layout-sw600dp/article_fragment.xml b/res/layout-sw600dp/article_fragment.xml
new file mode 100644
index 00000000..82cd99d4
--- /dev/null
+++ b/res/layout-sw600dp/article_fragment.xml
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-sw600dp/headlines_row.xml b/res/layout-sw600dp/headlines_row.xml
index 2983823e..eb1819e9 100644
--- a/res/layout-sw600dp/headlines_row.xml
+++ b/res/layout-sw600dp/headlines_row.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?headlineNormalBackground"
+ android:padding="4sp"
android:orientation="vertical" >
-
+
+ android:paddingRight="15px" >
-
+ android:clickable="true"
+ android:src="@android:drawable/star_off" />
-
-
-
-
-
-
+
+
\ No newline at end of file
diff --git a/res/layout-sw600dp/headlines_row_selected.xml b/res/layout-sw600dp/headlines_row_selected.xml
index b7bab698..c8c02767 100644
--- a/res/layout-sw600dp/headlines_row_selected.xml
+++ b/res/layout-sw600dp/headlines_row_selected.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?headlineSelectedBackground"
+ android:padding="4sp"
android:orientation="vertical" >
-
+
+ android:paddingRight="15px" >
-
+ android:clickable="true"
+ android:src="@android:drawable/star_off" />
-
-
-
-
-
-
+
diff --git a/res/layout-sw600dp/headlines_row_unread.xml b/res/layout-sw600dp/headlines_row_unread.xml
index e1ab6e28..c5e56a5e 100644
--- a/res/layout-sw600dp/headlines_row_unread.xml
+++ b/res/layout-sw600dp/headlines_row_unread.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?headlineUnreadBackground"
+ android:padding="4sp"
android:orientation="vertical" >
-
+
+ android:paddingRight="15px" >
-
+ android:clickable="true"
+ android:src="@android:drawable/star_off" />
-
-
-
-
-
-
+
+
\ No newline at end of file
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 4849b5a8..b23ed643 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -40,11 +40,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.7"
+ android:textColor="?headlineExcerptTextColor"
android:ellipsize="end"
android:singleLine="true"
android:text="{TAGS}"
android:textSize="13sp" />
-
+
+ android:textSize="13sp"
+ android:textStyle="italic" />
+
-
+
-
+ android:textSize="16sp"
+ android:textStyle="bold" >
-
-
-
-
+
+
+
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+
+
+
-
-
\ No newline at end of file
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index ced2e03c..8ecd44a7 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -28,39 +28,23 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
-
+ android:textSize="16sp"
+ android:textStyle="bold" >
-
-
-
-
+
+
+
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+
+
+
-
-
\ No newline at end of file
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index fafe39b5..7e8be39d 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -28,39 +28,23 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
-
+ android:textSize="16sp"
+ android:textStyle="bold" >
-
-
-
-
+
+
+
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+
+
+
-
-
\ No newline at end of file
diff --git a/src/org/fox/ttrss/ArticleFragment.java b/src/org/fox/ttrss/ArticleFragment.java
index 2f41aa40..ccd7703f 100644
--- a/src/org/fox/ttrss/ArticleFragment.java
+++ b/src/org/fox/ttrss/ArticleFragment.java
@@ -126,10 +126,6 @@ public class ArticleFragment extends Fragment implements GestureDetector.OnDoubl
else
titleStr = m_article.title;
- if (!m_activity.isSmallScreen()) {
- title.setTextSize(TypedValue.COMPLEX_UNIT_SP, 21f);
- }
-
title.setText(titleStr);
//title.setPaintFlags(title.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
title.setOnClickListener(new OnClickListener() {
diff --git a/src/org/fox/ttrss/HeadlinesFragment.java b/src/org/fox/ttrss/HeadlinesFragment.java
index b1501a7b..1ca3edba 100644
--- a/src/org/fox/ttrss/HeadlinesFragment.java
+++ b/src/org/fox/ttrss/HeadlinesFragment.java
@@ -686,7 +686,7 @@ public class HeadlinesFragment extends Fragment implements OnItemClickListener,
});
}
- ImageButton ib = (ImageButton) v.findViewById(R.id.article_menu_button);
+ /* ImageButton ib = (ImageButton) v.findViewById(R.id.article_menu_button);
if (ib != null) {
ib.setVisibility(android.os.Build.VERSION.SDK_INT >= 10 ? View.VISIBLE : View.GONE);
@@ -696,7 +696,7 @@ public class HeadlinesFragment extends Fragment implements OnItemClickListener,
getActivity().openContextMenu(v);
}
});
- }
+ } */
return v;
}
diff --git a/src/org/fox/ttrss/offline/OfflineHeadlinesFragment.java b/src/org/fox/ttrss/offline/OfflineHeadlinesFragment.java
index a5494ed5..e2d3e096 100644
--- a/src/org/fox/ttrss/offline/OfflineHeadlinesFragment.java
+++ b/src/org/fox/ttrss/offline/OfflineHeadlinesFragment.java
@@ -553,7 +553,7 @@ public class OfflineHeadlinesFragment extends Fragment implements OnItemClickLis
});
}
- ImageButton ib = (ImageButton) v.findViewById(R.id.article_menu_button);
+ /* ImageButton ib = (ImageButton) v.findViewById(R.id.article_menu_button);
if (ib != null) {
ib.setVisibility(android.os.Build.VERSION.SDK_INT >= 10 ? View.VISIBLE : View.GONE);
@@ -563,7 +563,7 @@ public class OfflineHeadlinesFragment extends Fragment implements OnItemClickLis
getActivity().openContextMenu(v);
}
});
- }
+ } */
return v;
}