OSDN Git Service

Merge "Fix suggestion window issues." into nyc-dev
authorSeigo Nonaka <nona@google.com>
Thu, 25 Feb 2016 06:16:34 +0000 (06:16 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 25 Feb 2016 06:16:37 +0000 (06:16 +0000)
core/res/res/layout/text_edit_suggestion_container_material.xml
core/res/res/values/styles_holo.xml

index 20a8048..15b18dd 100644 (file)
@@ -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"
index 6c69141..fdf9e31 100644 (file)
@@ -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>