show all articles as bold; fix fab option description
This commit is contained in:
parent
3e83b5d3e8
commit
9ad5384b38
@ -656,7 +656,7 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
|
|||||||
if (tt != null) {
|
if (tt != null) {
|
||||||
tt.setText(feed.display_title != null ? feed.display_title : feed.title);
|
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);
|
tt.setTypeface(null, Typeface.BOLD);
|
||||||
} else {
|
} else {
|
||||||
tt.setTypeface(null, Typeface.NORMAL);
|
tt.setTypeface(null, Typeface.NORMAL);
|
||||||
|
@ -251,6 +251,6 @@
|
|||||||
<string name="fresh_articles">Fresh articles</string>
|
<string name="fresh_articles">Fresh articles</string>
|
||||||
<string name="feed_all_articles">All articles</string>
|
<string name="feed_all_articles">All articles</string>
|
||||||
<string name="prefs_enable_fab">Enable FAB</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>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user