mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Switch to nonTransitiveRClass
This commit is contained in:
@@ -241,7 +241,7 @@ public class FragmentOptions extends FragmentBase {
|
||||
tabLayout.setupWithViewPager(pager);
|
||||
|
||||
final Context context = getContext();
|
||||
int colorAccent = Helper.resolveColor(context, R.attr.colorAccent);
|
||||
int colorAccent = Helper.resolveColor(context, androidx.appcompat.R.attr.colorAccent);
|
||||
for (int i = 0; i < tabLayout.getTabCount(); i++) {
|
||||
Drawable d = ContextCompat.getDrawable(context, PAGE_ICONS[i]);
|
||||
d.setColorFilter(colorAccent, PorterDuff.Mode.SRC_ATOP);
|
||||
|
||||
Reference in New Issue
Block a user