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

Commit 7dede045 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Fix incorrect style parent

AAPT wrongly allowed a style parent to be an attribute. This will not
do any runtime dynamic parent resolving and will result in an incorrect style.

Bug:26061260
Change-Id: Id5d43e5786a64ff939b69a2d84e53733db6baf29
parent 5f986095
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1176,7 +1176,7 @@ please see styles_device_defaults.xml.

    <style name="Widget.Holo.Light.FastScroll" parent="Widget.Holo.FastScroll" />

    <style name="Widget.Holo.SuggestionItem" parent="@android:attr/textAppearanceMedium">
    <style name="Widget.Holo.SuggestionItem" parent="TextAppearance.Holo.Medium">
        <item name="background">@color/white</item>
        <item name="drawablePadding">8dip</item>
        <item name="ellipsize">marquee</item>