show all articles as bold; fix fab option description

This commit is contained in:
Andrew Dolgov 2014-11-12 10:54:51 +04:00
parent 3e83b5d3e8
commit 9ad5384b38
2 changed files with 2 additions and 2 deletions

View File

@ -656,7 +656,7 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
if (tt != null) {
tt.setText(feed.display_title != null ? feed.display_title : feed.title);
if (feed.always_display_as_feed) {
if (feed.always_display_as_feed || (!feed.is_cat && feed.id == -4)) {
tt.setTypeface(null, Typeface.BOLD);
} else {
tt.setTypeface(null, Typeface.NORMAL);

View File

@ -251,6 +251,6 @@
<string name="fresh_articles">Fresh articles</string>
<string name="feed_all_articles">All articles</string>
<string name="prefs_enable_fab">Enable FAB</string>
<string name="prefs_enable_fab_long">Show floating action button while reading</string>
<string name="prefs_enable_fab_long">Show floating action button when reading</string>
</resources>