2015-11-19 107 views
0

在我的項目中,操作欄項目顯示不正確。在模擬器上,他們顯示沒有圖標(只在3個點內),我設置了android:showAsAction="always"。而在真實的設備上,他們根本不顯示。在真實設備上的Android顯示操作欄項目

這是我的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:[email protected]' 
    compile 'com.google.android.gms:play-services:7.8.0' 
    compile files('libs/java-json.jar') 
} 

我設置minSdkVersion 15。 請指教我如何解決它。 感謝

回答

相關問題