visibility updated

This commit is contained in:
simon 2020-11-23 11:17:18 +02:00
parent 5a91901eee
commit 0462f635a8

View file

@ -414,7 +414,7 @@ public class MenuBuilder {
}
});
//TODO feature under development
//b.setVisibility(View.GONE);
b.setVisibility(View.GONE);
b.setTextColor(ContextCompat.getColor(context, R.color.preference_category_title));
return b;
}