1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 10:39:25 +00:00

Small layout improvement

This commit is contained in:
M66B 2019-12-10 20:37:00 +01:00
parent 82ab953ed8
commit cb00767f3a

View file

@ -101,7 +101,7 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
view.setActivated(!rule.enabled);
tvName.setText(rule.name);
tvOrder.setText(Integer.toString(rule.order));
ivStop.setAlpha(rule.stop ? 1.0f : Helper.LOW_LIGHT);
ivStop.setVisibility(rule.stop ? View.VISIBLE : View.INVISIBLE);
try {
List<String> condition = new ArrayList<>();