Ashfaq
- Forum posts: 17
Dec 6, 2014, 12:50:58 PM via Website
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.