English 中文(简体)
Anders Action Bar and Menu Access
原标题:Android Action Bar and Menu Access
  • 时间:2011-11-23 15:45:46
  •  标签:
  • android

我很想像在电话上那样有太多的屏幕空间,因此,我早就一直在使用“NoTitle Bar”主题。 至少在桌旁推进V3.0+,我谨支持行动律师,因为行动律师有余地,而且有某些独一无二的特征,因此,我可以在此案中使用一个标准奥洛主题。

我不关心为3.0前装置提供行动律师协会特征,但我不敢肯定,由于它所占用的屏幕空间,我完全希望有一个关于智能电话的行动律师。 我的唯一关切是,为霍尼科布安装的安乐器,以后总是在座外的屏幕上有一个 men子。 我会认为,这个纽特永远会出现在家园和落后县的某个地方——这是正确的吗?

我要问的一个原因是,我已经不得不作一些改动,因为假设安的电话总是有硬的搜索钥匙——记住“需要”?

最佳回答

如果你正确地把事情混为一谈,那么在Honeycomb岛上,你不会再增加一个菜单。 只是在宣布选项菜单时,没有具体说明<编码>android:showAsAction属性,以确定如何在《巴厘岛行动》中展示。 你们可以轻松地利用这一特性,并且会被忽视。 你们将选择北草坪前的菜单,并适当融入北海会和以后的《行动Bar》。

这方面的更多信息见http://developer.android.com/guide/topics/ui/actionbar.html>rel=“nofollow”>here

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签