Revision f15873c8 app/res/values/styles.xml
| app/res/values/styles.xml | ||
|---|---|---|
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> | 
| 2 | <resources xmlns:android="http://schemas.android.com/apk/res/android"> | |
| 2 | <resources xmlns:android="http://schemas.android.com/apk/res/android" | |
| 3 | xmlns:tools="http://schemas.android.com/tools"> | |
| 3 | 4 |  | 
| 4 | 5 | <!-- | 
| 5 | 6 | Base application theme, dependent on API level. This theme is replaced | 
| ... | ... | |
| 18 | 19 | <style name="AppTheme" parent="AppBaseTheme"> | 
| 19 | 20 | <!-- All customizations that are NOT specific to a particular API-level can go here. --> | 
| 20 | 21 | <item name="actionBarStyle">@style/Widget.NoteCipherTheme.ActionBar</item> | 
| 21 | <item name="android:actionBarStyle">@style/Widget.NoteCipherTheme.ActionBar</item> | |
| 22 |     	<item name="android:actionBarStyle" tools:targetApi="11">@style/Widget.NoteCipherTheme.ActionBar</item>
 | |
| 22 | 23 | </style> | 
| 23 | 24 |  | 
| 24 | 25 | <style name="Widget.NoteCipherTheme.ActionBar" parent="Widget.Sherlock.ActionBar"> | 
| 25 | 26 | <item name="android:background">@color/dark_green_actionbar</item> | 
| 26 | 27 | <item name="background">@color/dark_green_actionbar</item> | 
| 27 | <item name="android:titleTextStyle">@style/NoteCipherTheme.ActionBar.TitleTextStyle</item> | |
| 28 | 	    <item name="android:titleTextStyle" tools:targetApi="11">@style/NoteCipherTheme.ActionBar.TitleTextStyle</item>
 | |
| 28 | 29 | <item name="titleTextStyle">@style/NoteCipherTheme.ActionBar.TitleTextStyle</item> | 
| 29 | 30 | </style> | 
| 30 | 31 |  | 
Also available in: Unified diff