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
Thanks for sharing your code. I try to use it with a ActionBarActivity instead of Activity
(NonBoringActivity extends ActionBarActivity)
and
findViewById(android.R.id.home ) is null
findViewById(android.support.v7.appcompat.R.id.home) is null
do you have any idea??
The text was updated successfully, but these errors were encountered:
Thanks for sharing your code. I try to use it with a ActionBarActivity instead of Activity
(NonBoringActivity extends ActionBarActivity)
and
findViewById(android.R.id.home ) is null
findViewById(android.support.v7.appcompat.R.id.home) is null
do you have any idea??
The text was updated successfully, but these errors were encountered: