Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如果我添加了操作栏,那么底部的导航栏会显示菜单选项吗?
提前致谢。
这取决于你的android:targetSdkVersion价值。理想情况下,您会将其设置为14或更高,在这种情况下,您将不会在导航或系统栏中获得 ...。但是,如果您android:targetSdkVersion的设置介于11和之间13,您将在导航栏中看到 ...。
android:targetSdkVersion
14
11
13
有关更多信息,请参阅去年的这篇博文,以及来自 Android 开发者博客的经典“告别菜单按钮”博文。