Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5825b64e authored by Mike LeBeau's avatar Mike LeBeau
Browse files

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.
parent 92b27daf
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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" />


+2 −0
Original line number Diff line number Diff line
@@ -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" />