Merge change 25911 into eclair
* changes: Unhide attributes textAppearanceSearchResultSubtitle and attr/textAppearanceSearchResultTitle. 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:
@ -7841,6 +7841,28 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="textAppearanceSearchResultSubtitle"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="16843424"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="textAppearanceSearchResultTitle"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="16843425"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="textAppearanceSmall"
|
||||
type="int"
|
||||
transient="false"
|
||||
|
@ -102,9 +102,9 @@
|
||||
<!-- Text color, typeface, size, and style for "small" inverse text. Defaults to secondary inverse text color. -->
|
||||
<attr name="textAppearanceSmallInverse" format="reference" />
|
||||
|
||||
<!-- Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. @hide -->
|
||||
<!-- Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. -->
|
||||
<attr name="textAppearanceSearchResultTitle" format="reference" />
|
||||
<!-- Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. @hide -->
|
||||
<!-- Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. -->
|
||||
<attr name="textAppearanceSearchResultSubtitle" format="reference" />
|
||||
|
||||
|
||||
|
@ -1164,6 +1164,8 @@
|
||||
<public type="attr" name="restoreNeedsApplication" />
|
||||
<public type="attr" name="smallIcon" />
|
||||
<public type="attr" name="accountPreferences" />
|
||||
<public type="attr" name="textAppearanceSearchResultSubtitle" />
|
||||
<public type="attr" name="textAppearanceSearchResultTitle" />
|
||||
|
||||
<public type="style" name="Theme.Wallpaper" />
|
||||
<public type="style" name="Theme.Wallpaper.NoTitleBar" />
|
||||
|
Reference in New Issue
Block a user