質問

I have an app with various screens where the user sets up data then presses 'Done' to confirm. On Honeycomb upwards I have an ActionBar button for the confirmation, but this doesn't exist in Gingerbread etc. Does anybody have any suggestions for an easy way to implement a 'Done' button / what the typical UI for this is?

I can't use the 'Done' button on the keyboard since they're multiline edits which need to show the enter key where the done button would otherwise go.

I'd prefer to avoid adding the overhead of ActionBarSherlock if there's a simpler way.

役に立ちましたか?

解決

You should try ActionBarActivity which makes actionbar available on devices up API 7. This guide will tell you how to use actionbar(up API 7) .

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top