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

Commit f7b2baa5 authored by Seigo Nonaka's avatar Seigo Nonaka Committed by Android (Google) Code Review
Browse files

Merge "Fix suggestion window issues." into nyc-dev

parents 6d2b3ac6 8187ac33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        android:showDividers="middle">
        <ListView
            android:id="@+id/suggestionContainer"
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingTop="8dp"
            android:paddingBottom="0dp"
+0 −1
Original line number Diff line number Diff line
@@ -1175,7 +1175,6 @@ please see styles_device_defaults.xml.
    <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>
        <item name="gravity">start|center_vertical</item>
        <item name="layout_gravity">start|center_vertical</item>
        <item name="layout_height">wrap_content</item>