I posted my first app and rarely it crashes. I get Resources$NotFoundException on com.github.clans.fab.FloatingActionMenu.setMenuButtonColorNormalResId. And this is how I use it in my onCreate of Not-MainActivity:
fabMenu.setMenuButtonColorNormalResId(MainActivity.fabColor);
fabColor is public static int, Im getting it from Shared preferences like this:
fabColor = mSharedPreferences.getInt(KEY_FAB_COLOR, R.color.colorAccent);
which I set in my ThemeActivity