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

Commit 3692c70c authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Fix truncated issue on search text

Test: See the screen
Fix: 177665666
Change-Id: I4941ff95320141c7ea7c9f1947138c6940bdf501
parent 8793a746
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -310,6 +310,7 @@
    <style name="TextAppearance.SearchBar"
           parent="@*android:style/TextAppearance.DeviceDefault.Widget.Toolbar.Subtitle">
        <item name="android:textSize">@dimen/search_bar_text_size</item>
        <item name="android:singleLine">true</item>
    </style>

    <style name="TextAppearance.HomepagePreferenceTitle"