diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd index b35bc5f3cbee5..e59fa0f1aaca9 100644 --- a/docs/html/guide/topics/ui/actionbar.jd +++ b/docs/html/guide/topics/ui/actionbar.jd @@ -1427,7 +1427,7 @@ href="#ActionView">action views. (Added in API level 14.) </style> <!-- style for the action bar tab text --> - <style name="CustomTabTextStyle"> + <style name="CustomTabTextStyle" parent="@android:style/TextAppearance.Holo"> <item name="android:textColor">#2456c2</item> </style> </resources> @@ -1443,8 +1443,7 @@ action bar styles you want to change without re-implementing the styles you want manifest file like this:
-<application android:theme="@style/CustomActivityTheme" - ... /> +<application android:theme="@style/CustomActivityTheme" ... />
For more information about using style and theme resources in your application, read
- For example, if you want to change the action bar's background, you could use the following
+ For example, if you want to change the action bar's background, you can use the following
styles:
@@ -1471,14 +1470,15 @@ styles: