0

I want to put a home button on one of my activities actionbar.

This makes sense... Android Sherlock ActionBar Up button

But this makes more sense:

<activity android:name="ItemOne" android:parentActivityName="Dashboard"></activity>

Why does an activity let you set a parentActivityName. Shouldn't that enable the up button for me?

Community
  • 1
  • 1
EGHDK
  • 17,818
  • 45
  • 129
  • 204

1 Answers1

1

parentActivityName was added in Jelly Bean, ActionBarSherlock is based on Ice Cream Sandwich. The attribute is not supported.

SimonVT
  • 1,080
  • 10
  • 12