Merge change 26104 into eclair
* changes: Unhide themes TextAppearance.SearchResult.Title and TextAppearance.SearchResult.Subtitle. We had discussed doing this in Donut but looks like it never happened. We need these attributes for voice search so now's as good a time as any.
This commit is contained in:
@@ -1172,6 +1172,8 @@
|
|||||||
<public type="style" name="Theme.Wallpaper.NoTitleBar.Fullscreen" />
|
<public type="style" name="Theme.Wallpaper.NoTitleBar.Fullscreen" />
|
||||||
<public type="style" name="Theme.WallpaperSettings" />
|
<public type="style" name="Theme.WallpaperSettings" />
|
||||||
<public type="style" name="Theme.Light.WallpaperSettings" />
|
<public type="style" name="Theme.Light.WallpaperSettings" />
|
||||||
|
<public type="style" name="TextAppearance.SearchResult.Title" />
|
||||||
|
<public type="style" name="TextAppearance.SearchResult.Subtitle" />
|
||||||
|
|
||||||
<!-- Semi-transparent background that can be used when placing a dark
|
<!-- Semi-transparent background that can be used when placing a dark
|
||||||
themed UI on top of some arbitrary background (such as the
|
themed UI on top of some arbitrary background (such as the
|
||||||
|
|||||||
@@ -59,11 +59,7 @@
|
|||||||
<item name="textAppearanceLargeInverse">@android:style/TextAppearance.Large.Inverse</item>
|
<item name="textAppearanceLargeInverse">@android:style/TextAppearance.Large.Inverse</item>
|
||||||
<item name="textAppearanceMediumInverse">@android:style/TextAppearance.Medium.Inverse</item>
|
<item name="textAppearanceMediumInverse">@android:style/TextAppearance.Medium.Inverse</item>
|
||||||
<item name="textAppearanceSmallInverse">@android:style/TextAppearance.Small.Inverse</item>
|
<item name="textAppearanceSmallInverse">@android:style/TextAppearance.Small.Inverse</item>
|
||||||
|
|
||||||
<!-- @hide -->
|
|
||||||
<item name="textAppearanceSearchResultTitle">@android:style/TextAppearance.SearchResult.Title</item>
|
<item name="textAppearanceSearchResultTitle">@android:style/TextAppearance.SearchResult.Title</item>
|
||||||
|
|
||||||
<!-- @hide -->
|
|
||||||
<item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.SearchResult.Subtitle</item>
|
<item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.SearchResult.Subtitle</item>
|
||||||
|
|
||||||
<item name="textAppearanceButton">@android:style/TextAppearance.Widget.Button</item>
|
<item name="textAppearanceButton">@android:style/TextAppearance.Widget.Button</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user