Force closing app when setting actionbar back button image in sdk version below 14

  • Replies:0
Ashfaq
  • Forum posts: 17

Dec 6, 2014, 12:50:58 PM via Website

Hi,

I have an application with actionbar back button image with the help of
getActionBar().setDisplayHomeAsUpEnabled(true);
getActionBar().setHomeAsUpIndicator(R.drawable.ic_back);
it works well, but in sdk versions below 14 its not supporting and force closing.
can anybody help me to solve this issue.

Reply