Android ActionBarActivity:Action Bar设计未按预期显示

时间:2014-11-05 13:57:27

标签: android android-layout android-actionbar android-studio android-actionbaractivity

我正在为我的一个项目使用Action Bar。我使用Appcompat支持库版本21.0.0 for Action Bar并按照此处的步骤操作:https://developer.android.com/guide/topics/ui/actionbar.html

但它看起来并不像指南中显示的内容。向上按钮和溢出菜单按钮看起来不像上面的指南中所示。找到下面的图像:

Color in below image is Darker and the Overflow button shown is different that that shown in the guide.

Up Button shown is also different.

我使用的是编译'com.android.support:appcompat-v7:21.0.0',编译和构建版本如下:

compileSdkVersion 21
buildToolsVersion '21.1.0'

defaultConfig {
    applicationId "com.example.actionbar"
    minSdkVersion 14
    targetSdkVersion 20
    versionCode 1
    versionName "1.0"
}

我正在使用Theme.AppCompat.Light主题。从AndroidManifest.xml设置。

1 个答案:

答案 0 :(得分:0)

appcompat-v7:21现在已经实现了材质设计,并发布了工具栏,这是ActionBar的更通用的实现。这些指南尚未使用这些元素进行更新,因此我建议您使用appcompat-v7:20代替,如果您想要在指南中使用操作栏。