use material info circle icon
This commit is contained in:
parent
1b8953b578
commit
07b81a9a4c
|
@ -67,7 +67,7 @@ public class AllEpisodesFragment extends EpisodesListFragment {
|
|||
super.onFragmentLoaded(episodes);
|
||||
|
||||
if (feedItemFilter.getValues().length > 0) {
|
||||
txtvInformation.setText("{fa-info-circle} " + this.getString(R.string.filtered_label));
|
||||
txtvInformation.setText("{md-info-outline} " + this.getString(R.string.filtered_label));
|
||||
Iconify.addIcons(txtvInformation);
|
||||
txtvInformation.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
|
|
|
@ -466,7 +466,7 @@ public class FeedItemlistFragment extends Fragment implements AdapterView.OnItem
|
|||
RelativeLayout.LayoutParams p = (RelativeLayout.LayoutParams) txtvInformation.getLayoutParams();
|
||||
p.addRule(RelativeLayout.BELOW, R.id.txtvFailure);
|
||||
}
|
||||
txtvInformation.setText("{fa-info-circle} " + this.getString(R.string.filtered_label));
|
||||
txtvInformation.setText("{md-info-outline} " + this.getString(R.string.filtered_label));
|
||||
Iconify.addIcons(txtvInformation);
|
||||
txtvInformation.setOnClickListener((l) -> {
|
||||
FilterDialog filterDialog = new FilterDialog(requireContext(), feed.getItemFilter()) {
|
||||
|
|
Loading…
Reference in New Issue