Android在真实设备上显示操作栏项

时间:2015-11-19 03:19:28

标签: android gradle android-actionbar

在我的项目中,操作栏项目无法正确显示。在模拟器上,它们显示没有图标(仅在3个点内),我设置android:showAsAction="always"。在真实设备上,它们根本不显示。

这是我的构建gradle:

dependencies {
    compile fileTree(dir: 'libs', include: 'Parse-*.jar')
    compile 'com.android.support:appcompat-v7:23.0.1'
    compile 'com.android.support:design:22.2.1'
    compile 'com.parse.bolts:bolts-android:1.+'
    compile 'com.pushbots:pushbots-lib:2.0.13@aar'
    compile 'com.google.android.gms:play-services:7.8.0'
    compile files('libs/java-json.jar')
}

我设置minSdkVersion 15。 请指教我如何解决它。 谢谢

1 个答案:

答案 0 :(得分:0)

供您参考:
https://developer.android.com/guide/topics/ui/menus.html

根据您的Android版本的模拟器/设备显示的菜单项。