Hi,
i've got a class public class Preferences extends PreferenceActivity implements OnSharedPreferenceChangeListener
out of this i try to call a method from an other class, this method contains: mFoo.setTextColor(getResources().getColor(R.color.orange))
But it doesnt work, it tells me, getResources isnt static... how can i change?