Android L Change Theme Colors Error

前端 未结 4 1158
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-26 11:22

I\'ve been following the new steps for Android L here: http://developer.android.com/preview/material/theme.html I\'ve have been trying to change the colors of the status bar but

相关标签:
4条回答
  • 2021-01-26 11:52

    I have the same problem. And I fix this by change sdk to

    <uses-sdk android:minSdkVersion="L" android:targetSdkVersion="L" />
    

    Hope it can help.

    0 讨论(0)
  • 2021-01-26 11:52

    I don't have enough rep to elaborate upon @Allavaz's answer, but his solution worked for me. I changed the generated theme name in both styles.xml and AndroidManifest.xml from AppTheme to a different name.

    I'm using Android Studio 0.8.2.

    0 讨论(0)
  • 2021-01-26 11:58

    I made it work by changing the style name in styles.xml and in AndroidManifest.xml.

    0 讨论(0)
  • 2021-01-26 12:15

    as of oct 2014, It will not be visible in the layout preview but works when viewed inside on the emulator.

    0 讨论(0)
提交回复
热议问题