You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SettingsActivity and AboutActivity, there is the following line final Drawable backArrow = getResources().getDrawable(R.drawable.abc_ic_ab_back_mtrl_am_alpha);
But the resource, R.drawable.abc_ic_ab_back_mtrl_am_alpha is not exist in resources.
The text was updated successfully, but these errors were encountered:
In SettingsActivity and AboutActivity, there is the following line
final Drawable backArrow = getResources().getDrawable(R.drawable.abc_ic_ab_back_mtrl_am_alpha);
But the resource, R.drawable.abc_ic_ab_back_mtrl_am_alpha is not exist in resources.
The text was updated successfully, but these errors were encountered: