I have an application that consists of using ActionBarSherlock in tab mode.I have 5 tabs and the content of each tab is handled using fragments. For tab2 though, I have a fr
I had this issue and realized it was because I was calling setContentView(int id) twice in my Activity's onCreate
setContentView(int id)
Activity
onCreate