JakeWharton / ActionBarSherlock

[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
http://actionbarsherlock.com
Apache License 2.0
7.1k stars 3.54k forks source link

Android L styles #1106

Closed ghost closed 10 years ago

ghost commented 10 years ago

Is it possible to add: @android:style/Theme.Material (dark version) @android:style/Theme.Material.Light (light version) @android:style/Theme.Material.Light.DarkActionBar Like adding values-21 folder in ABS with new styles xml?

JakeWharton commented 10 years ago

No. ActionBarSherlock is for backporting 4 to pre-4 and I highly encourage you to stop using it and minSdkVersion=15