This commit is contained in:
Patrick
2026-06-20 23:31:42 +02:00
parent 0212277cab
commit 1fd0d0b45f
5 changed files with 53 additions and 28 deletions
@@ -35,7 +35,6 @@ public abstract class BaseTabFragment extends Fragment {
tv.setText(title.toUpperCase());
tv.setTextSize(11);
tv.setTextColor(COLOR_ACCENT);
// Letter spacing might not be available in all ModernUI versions, but let's try if it exists or just skip
var p = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
p.topMargin = dp(24);
p.bottomMargin = dp(8);