开发者

Action bar like in Google docs and picassa tool apps

开发者 https://www.devze.com 2023-03-23 04:48 出处:网络
I see some kind of action bar开发者_开发问答s in some pre-honeycomb apps. For example in Google docs and picassa tool apps. Some non-google apps have the same action bar too. For example twitter. This

I see some kind of action bar开发者_开发问答s in some pre-honeycomb apps. For example in Google docs and picassa tool apps. Some non-google apps have the same action bar too. For example twitter. This bars looks similar. Is there some control or widget?


The Action Bar re-uses items from the Options menu and was introduced in the 3.0 SDK. You enable it in your app by following the instructions here.

For a "pre-honeycombe" app you will still need to build against the 3.0 SDK; increase the targetSdkVersion value in your manifest to "11" and set the minSdkVersion to the lowest Android version you are supporting. For example:

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11" />
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号