Small layout improvement

pull/169/head
M66B 6 years ago
parent 82ab953ed8
commit cb00767f3a

@ -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<>();

Loading…
Cancel
Save